NSUrlCredentialStorage.RemoveCredential Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
RemoveCredential(NSUrlCredential, NSUrlProtectionSpace)
[Foundation.Export("removeCredential:forProtectionSpace:")]
public virtual void RemoveCredential (Foundation.NSUrlCredential credential, Foundation.NSUrlProtectionSpace forProtectionSpace);
abstract member RemoveCredential : Foundation.NSUrlCredential * Foundation.NSUrlProtectionSpace -> unit
override this.RemoveCredential : Foundation.NSUrlCredential * Foundation.NSUrlProtectionSpace -> unit
Parameters
- credential
- NSUrlCredential
- forProtectionSpace
- NSUrlProtectionSpace
- Attributes
Applies to
RemoveCredential(NSUrlCredential, NSUrlProtectionSpace, NSDictionary)
[Foundation.Export("removeCredential:forProtectionSpace:options:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void RemoveCredential (Foundation.NSUrlCredential credential, Foundation.NSUrlProtectionSpace forProtectionSpace, Foundation.NSDictionary options);
abstract member RemoveCredential : Foundation.NSUrlCredential * Foundation.NSUrlProtectionSpace * Foundation.NSDictionary -> unit
override this.RemoveCredential : Foundation.NSUrlCredential * Foundation.NSUrlProtectionSpace * Foundation.NSDictionary -> unit
Parameters
- credential
- NSUrlCredential
- forProtectionSpace
- NSUrlProtectionSpace
- options
- NSDictionary
- Attributes
Applies to
RemoveCredential(NSUrlCredential, NSUrlProtectionSpace, NSDictionary, NSUrlSessionTask)
[Foundation.Export("removeCredential:forProtectionSpace:options:task:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void RemoveCredential (Foundation.NSUrlCredential credential, Foundation.NSUrlProtectionSpace protectionSpace, Foundation.NSDictionary options, Foundation.NSUrlSessionTask task);
abstract member RemoveCredential : Foundation.NSUrlCredential * Foundation.NSUrlProtectionSpace * Foundation.NSDictionary * Foundation.NSUrlSessionTask -> unit
override this.RemoveCredential : Foundation.NSUrlCredential * Foundation.NSUrlProtectionSpace * Foundation.NSDictionary * Foundation.NSUrlSessionTask -> unit
Parameters
- credential
- NSUrlCredential
- protectionSpace
- NSUrlProtectionSpace
- options
- NSDictionary
- task
- NSUrlSessionTask
- Attributes