Opc.Ua.Core
UaSCUaBinaryChannel Class Members
Properties  Methods 


Opc.Ua.Bindings Namespace : UaSCUaBinaryChannel Class

The following tables list the members exposed by UaSCUaBinaryChannel.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public Property  
Public Property Returns the endpoint description selected by the client.  
Public Property The globally unique identifier assigned to the channel by the server.  
Public Property The identifier assigned to the channel by the server.  
Top
Protected Properties
 NameDescription
Protected Property The buffer manager for the channel.  
Protected Property The identifier assigned to the channel by the server.  
Protected Property The certificate for the client.  
Protected Property The synchronization object for the channel.  
Protected Property Whether the channel is restricted to discovery operations.  
Protected Property The tickcount in milliseconds when the channel received/sent the last message.  
Protected Property The maximum number of chunks per request message.  
Protected Property The maximum size for a request message.  
Protected Property The maximum number of chunks per response message.  
Protected Property The maximum size for a response message.  
Protected Property Returns the current security token.  
Protected Property The resource quotas for the channel.  
Protected Property The size of the receive buffer.  
Protected Property Returns the renewed but not yet activated token.  
Protected Property The security mode used with the channel.  
Protected Property The security policy used with the channel.  
Protected Property The size of the send buffer.  
Protected Property The certificate for the server.  
Protected Property The server certificate chain.  
Protected Property The state of the channel.  
Top
Public Methods
 NameDescription
Public MethodOverloaded.  Frees any unmanaged resources.  
Public Method  
Public Method  
Public Method Raised when the state of the channel changes.  
Public Method Update the last time that communication has occured on the channel.  
Top
Protected Methods
 NameDescription
Protected Method Activates a new token.  
Protected MethodOverloaded.  Queues a write request.  
Protected Methodstatic (Shared in Visual Basic) Calculate the chunk count which can be used for messages based on buffer size.  
Protected Method Calculates the symmetric key sizes based on the current security policy.  
Protected Method Reports that the channel state has changed (in another thread).  
Protected Methodstatic (Shared in Visual Basic) Compares two certificates.  
Protected Method Computes the keys for a token.  
Protected Method Creates a new nonce.  
Protected Method Creates a new token.  
Protected MethodOverloaded.  Decrypts the buffer using asymmetric encryption.  
Protected Method Discards the tokens.  
Protected Method Code executed when the message limits are exceeded.  
Protected MethodOverloaded.  Encrypts the buffer using asymmetric encryption.  
Protected MethodOverloaded.  Calculates the size of the asymmetric security header.  
Protected Method Calculates the size of the footer with an asymmetric signature.  
Protected Method Returns the cipher text block size for key in the specified certificate.  
Protected Method Returns a new sequence number.  
Protected Method Returns the length of the symmetric encryption key.  
Protected Method Returns the plain text block size for key in the specified certificate.  
Protected Method Returns the chunks saved for message.  
Protected Method Returns total length of the chunks saved for message.  
Protected Methodstatic (Shared in Visual Basic) Returns the thumbprint as a uppercase string.  
Protected Methodstatic (Shared in Visual Basic) Returns the thumbprint as a uppercase string.  
Protected Method Processes an incoming message.  
Protected MethodOverloaded.  Handles an error parsing or verifying a message.  
Protected Method Handles a socket error.  
Protected Method Called after a write operation completes.  
Protected Method Checks if the message limits have been exceeded.  
Protected Method Handles a write complete event.  
Protected Methodstatic (Shared in Visual Basic) Check the MessageType and size against the content and size of the stream.  
Protected Method Processes an OpenSecureChannel request message.  
Protected Method Reads the asymmetric security header to the buffer.  
Protected Methodstatic (Shared in Visual Basic) Reads an error from a stream.  
Protected Method Decrypts and verifies a message chunk.  
Protected Method Resets the sequence number after a connect.  
Protected Method Checks if it is possible to revise the security mode.  
Protected Method Saves an intermediate chunk for an incoming message.  
Protected Method Sets to endpoint according to the endpoint url.  
Protected Method Sets the renewed token  
Protected MethodOverloaded.  Adds an asymmetric signature to the end of the buffer.  
Protected Methodstatic (Shared in Visual Basic) Updates the message size stored in the message header.  
Protected Methodstatic (Shared in Visual Basic) Updates the message type stored in the message header.  
Protected Method Validates the nonce.  
Protected MethodOverloaded.  Verifies an asymmetric signature at the end of the buffer.  
Protected Method Checks if the sequence number is valid.  
Protected MethodOverloaded.  Sends a OpenSecureChannel request.  
Protected MethodOverloaded.  Writes the asymmetric security header to the buffer.  
Protected Methodstatic (Shared in Visual Basic) Writes an error to a stream.  
Protected Method Secures the message using the security token.  
Top
See Also

Reference

UaSCUaBinaryChannel Class
Opc.Ua.Bindings Namespace