MonobjcMonobjc Documented Class Library
CancelAuthenticationChallenge Method (challenge)
NamespacesMonobjc.FoundationINSURLAuthenticationChallengeSenderCancelAuthenticationChallenge(NSURLAuthenticationChallenge)

Cancels a given authentication challenge. (required)

Original signature is '- (void)cancelAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge'

Available in Mac OS X v10.2 with Safari 1.0 installed and later.

Declaration Syntax
C#Visual BasicVisual C++
void CancelAuthenticationChallenge(
	NSURLAuthenticationChallenge challenge
)
Sub CancelAuthenticationChallenge ( _
	challenge As NSURLAuthenticationChallenge _
)
void CancelAuthenticationChallenge(
	NSURLAuthenticationChallenge^ challenge
)
Parameters
challenge (NSURLAuthenticationChallenge)
The authentication challenge to cancel.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)