NSUrlCredentialStorage.RemoveCredential 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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
参数
- credential
- NSUrlCredential
- forProtectionSpace
- NSUrlProtectionSpace
- 属性
适用于
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
参数
- credential
- NSUrlCredential
- forProtectionSpace
- NSUrlProtectionSpace
- options
- NSDictionary
- 属性
适用于
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
参数
- credential
- NSUrlCredential
- protectionSpace
- NSUrlProtectionSpace
- options
- NSDictionary
- task
- NSUrlSessionTask
- 属性