Share via


MCSession.SecurityIdentity Property

Definition

The security identity of this peer.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSArray? SecurityIdentity { [Foundation.Export("securityIdentity")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("securityIdentity")>]
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

Applies to