SecSharedCredential Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Rappresenta il nome utente condiviso e la password per un sito Web.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static class SecSharedCredential
type SecSharedCredential = class
- Ereditarietà
-
SecSharedCredential
- Attributi
Proprietà
SharedPassword |
Rappresenta il nome utente condiviso e la password per un sito Web. |
Metodi
AddSharedWebCredential(String, String, String, Action<NSError>) |
Rappresenta il nome utente condiviso e la password per un sito Web. |
CreateSharedWebCredentialPassword() |
Rappresenta il nome utente condiviso e la password per un sito Web. |
RequestSharedWebCredential(String, String, Action<SecSharedCredentialInfo[],NSError>) |
Rappresenta il nome utente condiviso e la password per un sito Web. |
RequestSharedWebCredential(String, String, Action<String[],NSError>) |
Obsoleti.
Rappresenta il nome utente condiviso e la password per un sito Web. |