Contents

securityIdentity

The security identity of the local peer.

Declaration

var securityIdentity: [Any]? { get }

Discussion

You set this value when you initialize the session object. It cannot be changed later. For details on this value, see the documentation for init(peer:securityIdentity:encryptionPreference:).

See Also

Creating a Session