Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

The TcpChannelToken type exposes the following members.

Constructors

  NameDescription
Public methodTcpChannelToken
Creates an object with default values.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyChannelId
The id assigned to the channel that the token belongs to.
Public propertyClientEncryptingKey
The key used to encrypt messages sent by the client.
Public propertyClientEncryptor
The SymmetricAlgorithm object used by the client to encrypt messages.
Public propertyClientHmac
The HMAC object used by the client to sign messages.
Public propertyClientInitializationVector
The initialization vector by the client when encrypting a message.
Public propertyClientNonce
The nonce provided by the client.
Public propertyClientSigningKey
The key used to sign messages sent by the client.
Public propertyCreatedAt
When the token was created by the server (refers to the server's clock).
Public propertyExpired
Whether the token has expired.
Public propertyLifetime
The lifetime of the token in milliseconds.
Public propertyServerEncryptingKey
The key used to encrypt messages sent by the server.
Public propertyServerEncryptor
The SymmetricAlgorithm object used by the server to encrypt messages.
Public propertyServerHmac
The HMAC object used by the server to sign messages.
Public propertyServerInitializationVector
The initialization vector by the server when encrypting a message.
Public propertyServerNonce
The nonce provided by the server.
Public propertyServerSigningKey
The key used to sign messages sent by the server.
Public propertyTokenId
The id assigned to the token.

See Also