MCSession.SecurityIdentity 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.
The security identity of this peer.
public virtual Foundation.NSArray SecurityIdentity { [Foundation.Export("securityIdentity")] get; }
member this.SecurityIdentity : Foundation.NSArray
Property Value
Location [0] holds a SecIdentityRef
for the local peer. Additional values (if they exist) will be for connected peers.
- Attributes