NSUrlCredentialStorage.RemoveCredential Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
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
Parâmetros
- credential
- NSUrlCredential
- forProtectionSpace
- NSUrlProtectionSpace
- Atributos
Aplica-se a
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
Parâmetros
- credential
- NSUrlCredential
- forProtectionSpace
- NSUrlProtectionSpace
- options
- NSDictionary
- Atributos
Aplica-se a
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
Parâmetros
- credential
- NSUrlCredential
- protectionSpace
- NSUrlProtectionSpace
- options
- NSDictionary
- task
- NSUrlSessionTask
- Atributos