Attempt to use a given credential for a given authentication challenge. (required)
Original signature is '- (void)useCredential:(NSURLCredential *)credential forAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge'
Available in Mac OS X v10.2 with Safari 1.0 installed and later.

C# | Visual Basic | Visual C++ |
void UseCredentialForAuthenticationChallenge( NSURLCredential credential, NSURLAuthenticationChallenge challenge )
Sub UseCredentialForAuthenticationChallenge ( _ credential As NSURLCredential, _ challenge As NSURLAuthenticationChallenge _ )
void UseCredentialForAuthenticationChallenge( NSURLCredential^ credential, NSURLAuthenticationChallenge^ challenge )

- credential (NSURLCredential)
- The credential to use for authentication.
- challenge (NSURLAuthenticationChallenge)
- The challenge for which to use credential.

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