NEVpnProtocol.IdentityData Proprietà
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.
Ottiene o imposta i dati della chiave privata e del certificato per il tunnel come dati formattati PKCS12.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public virtual Foundation.NSData IdentityData { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.Arch64, null)] [Foundation.Export("identityData", ObjCRuntime.ArgumentSemantic.Copy)] get; [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.Arch64, null)] [Foundation.Export("setIdentityData:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.IdentityData : Foundation.NSData with get, set
Valore della proprietà
(È disponibile una documentazione più dettagliata per questo nodo)
Il valore può essere null
.
- Attributi