Build 1.01.318.0
[This is preliminary documentation and is subject to change.]
The TcpChannelToken type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| TcpChannelToken |
Creates an object with default values.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| 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.
|