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
- 属性