Opc.Ua.Core
ChannelToken Class Members
Properties 


Opc.Ua.Bindings Namespace : ChannelToken Class

The following tables list the members exposed by ChannelToken.

Public Constructors
 NameDescription
Public Constructor Creates an object with default values.  
Top
Public Properties
 NameDescription
Public Property Whether the token should be activated in case a new one is already created.  
Public Property The id assigned to the channel that the token belongs to.  
Public Property The key used to encrypt messages sent by the client.  
Public Property The SymmetricAlgorithm object used by the client to encrypt messages.  
Public Property The HMAC object used by the client to sign messages.  
Public Property The initialization vector by the client when encrypting a message.  
Public Property The nonce provided by the client.  
Public Property The key used to sign messages sent by the client.  
Public Property When the token was created by the server (refers to the server's clock).  
Public Property Whether the token has expired.  
Public Property The lifetime of the token in milliseconds.  
Public Property The key used to encrypt messages sent by the server.  
Public Property The SymmetricAlgorithm object used by the server to encrypt messages.  
Public Property The HMAC object used by the server to sign messages.  
Public Property The initialization vector by the server when encrypting a message.  
Public Property The nonce provided by the server.  
Public Property The key used to sign messages sent by the server.  
Public Property The id assigned to the token.  
Top
See Also

Reference

ChannelToken Class
Opc.Ua.Bindings Namespace