Name | Description | |
---|---|---|
![]() | ChannelToken Constructor | Creates an object with default values. |
The following tables list the members exposed by ChannelToken.
Name | Description | |
---|---|---|
![]() | ChannelToken Constructor | Creates an object with default values. |
Name | Description | |
---|---|---|
![]() | ActivationRequired | Whether the token should be activated in case a new one is already created. |
![]() | ChannelId | The id assigned to the channel that the token belongs to. |
![]() | ClientEncryptingKey | The key used to encrypt messages sent by the client. |
![]() | ClientEncryptor | The SymmetricAlgorithm object used by the client to encrypt messages. |
![]() | ClientHmac | The HMAC object used by the client to sign messages. |
![]() | ClientInitializationVector | The initialization vector by the client when encrypting a message. |
![]() | ClientNonce | The nonce provided by the client. |
![]() | ClientSigningKey | The key used to sign messages sent by the client. |
![]() | CreatedAt | When the token was created by the server (refers to the server's clock). |
![]() | Expired | Whether the token has expired. |
![]() | Lifetime | The lifetime of the token in milliseconds. |
![]() | ServerEncryptingKey | The key used to encrypt messages sent by the server. |
![]() | ServerEncryptor | The SymmetricAlgorithm object used by the server to encrypt messages. |
![]() | ServerHmac | The HMAC object used by the server to sign messages. |
![]() | ServerInitializationVector | The initialization vector by the server when encrypting a message. |
![]() | ServerNonce | The nonce provided by the server. |
![]() | ServerSigningKey | The key used to sign messages sent by the server. |
![]() | TokenId | The id assigned to the token. |