Sent to determine whether the URL loader should consult the credential storage for authenticating the connection.
Original signature is '- (BOOL)connectionShouldUseCredentialStorage:(NSURLConnection *)connection'
Available in Mac OS X v10.6 and later.

C# | Visual Basic | Visual C++ |
public event NSURLConnection..::..ConnectionShouldUseCredentialStorageEventHandler ConnectionShouldUseCredentialStorage
Public Event ConnectionShouldUseCredentialStorage As NSURLConnection..::..ConnectionShouldUseCredentialStorageEventHandler
public: event NSURLConnection..::..ConnectionShouldUseCredentialStorageEventHandler^ ConnectionShouldUseCredentialStorage { void add (NSURLConnection..::..ConnectionShouldUseCredentialStorageEventHandler^ value); void remove (NSURLConnection..::..ConnectionShouldUseCredentialStorageEventHandler^ value); }


- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)