Photon Server API Documentation v5.0RC1

Static Public Attributes | List of all members
Photon.SocketServer.Security.EncryptionDataParameters Class Reference

Static Public Attributes

const byte EncryptionMode = 0
 
const byte EncryptionSecret = 1
 
const byte AuthSecret = 2
 

Member Data Documentation

◆ AuthSecret

const byte Photon.SocketServer.Security.EncryptionDataParameters.AuthSecret = 2
static

◆ EncryptionMode

const byte Photon.SocketServer.Security.EncryptionDataParameters.EncryptionMode = 0
static

◆ EncryptionSecret

const byte Photon.SocketServer.Security.EncryptionDataParameters.EncryptionSecret = 1
static