NEVpnProtocol.IdentityData Property

Definition

Gets or sets the private key and certificate data for the tunnel as PKCS12 formatted data.

[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

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to