NEVpnProtocol.IdentityData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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