Name | Description | |
---|---|---|
![]() | UaSCUaBinaryChannel Constructor | Overloaded. |
The following tables list the members exposed by UaSCUaBinaryChannel.
Name | Description | |
---|---|---|
![]() | UaSCUaBinaryChannel Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | ChannelFull | |
![]() | EndpointDescription | Returns the endpoint description selected by the client. |
![]() | GlobalChannelId | The globally unique identifier assigned to the channel by the server. |
![]() | Id | The identifier assigned to the channel by the server. |
Name | Description | |
---|---|---|
![]() | BufferManager | The buffer manager for the channel. |
![]() | ChannelId | The identifier assigned to the channel by the server. |
![]() | ClientCertificate | The certificate for the client. |
![]() | DataLock | The synchronization object for the channel. |
![]() | DiscoveryOnly | Whether the channel is restricted to discovery operations. |
![]() | LastActiveTickCount | The tickcount in milliseconds when the channel received/sent the last message. |
![]() | MaxRequestChunkCount | The maximum number of chunks per request message. |
![]() | MaxRequestMessageSize | The maximum size for a request message. |
![]() | MaxResponseChunkCount | The maximum number of chunks per response message. |
![]() | MaxResponseMessageSize | The maximum size for a response message. |
![]() | PreviousToken | Returns the current security token. |
![]() | Quotas | The resource quotas for the channel. |
![]() | ReceiveBufferSize | The size of the receive buffer. |
![]() | RenewedToken | Returns the renewed but not yet activated token. |
![]() | SecurityMode | The security mode used with the channel. |
![]() | SecurityPolicyUri | The security policy used with the channel. |
![]() | SendBufferSize | The size of the send buffer. |
![]() | ServerCertificate | The certificate for the server. |
![]() | ServerCertificateChain | The server certificate chain. |
![]() | State | The state of the channel. |
Name | Description | |
---|---|---|
![]() | Dispose | Overloaded. Frees any unmanaged resources. |
![]() | OnMessageReceived | |
![]() | OnReceiveError | |
![]() | SetStateChangedCallback | Raised when the state of the channel changes. |
![]() | UpdateLastActiveTime | Update the last time that communication has occured on the channel. |
Name | Description | |
---|---|---|
![]() | ActivateToken | Activates a new token. |
![]() | BeginWriteMessage | Overloaded. Queues a write request. |
![]() ![]() | CalculateChunkCount | Calculate the chunk count which can be used for messages based on buffer size. |
![]() | CalculateSymmetricKeySizes | Calculates the symmetric key sizes based on the current security policy. |
![]() | ChannelStateChanged | Reports that the channel state has changed (in another thread). |
![]() ![]() | CompareCertificates | Compares two certificates. |
![]() | ComputeKeys | Computes the keys for a token. |
![]() | CreateNonce | Creates a new nonce. |
![]() | CreateToken | Creates a new token. |
![]() | Decrypt | Overloaded. Decrypts the buffer using asymmetric encryption. |
![]() | DiscardTokens | Discards the tokens. |
![]() | DoMessageLimitsExceeded | Code executed when the message limits are exceeded. |
![]() | Encrypt | Overloaded. Encrypts the buffer using asymmetric encryption. |
![]() | GetAsymmetricHeaderSize | Overloaded. Calculates the size of the asymmetric security header. |
![]() | GetAsymmetricSignatureSize | Calculates the size of the footer with an asymmetric signature. |
![]() | GetCipherTextBlockSize | Returns the cipher text block size for key in the specified certificate. |
![]() | GetNewSequenceNumber | Returns a new sequence number. |
![]() | GetNonceLength | Returns the length of the symmetric encryption key. |
![]() | GetPlainTextBlockSize | Returns the plain text block size for key in the specified certificate. |
![]() | GetSavedChunks | Returns the chunks saved for message. |
![]() | GetSavedChunksTotalSize | Returns total length of the chunks saved for message. |
![]() ![]() | GetThumbprintBytes | Returns the thumbprint as a uppercase string. |
![]() ![]() | GetThumbprintString | Returns the thumbprint as a uppercase string. |
![]() | HandleIncomingMessage | Processes an incoming message. |
![]() | HandleMessageProcessingError | Overloaded. Handles an error parsing or verifying a message. |
![]() | HandleSocketError | Handles a socket error. |
![]() | HandleWriteComplete | Called after a write operation completes. |
![]() | MessageLimitsExceeded | Checks if the message limits have been exceeded. |
![]() | OnWriteComplete | Handles a write complete event. |
![]() ![]() | ReadAndVerifyMessageTypeAndSize | Check the MessageType and size against the content and size of the stream. |
![]() | ReadAsymmetricMessage | Processes an OpenSecureChannel request message. |
![]() | ReadAsymmetricMessageHeader | Reads the asymmetric security header to the buffer. |
![]() ![]() | ReadErrorMessageBody | Reads an error from a stream. |
![]() | ReadSymmetricMessage | Decrypts and verifies a message chunk. |
![]() | ResetSequenceNumber | Resets the sequence number after a connect. |
![]() | ReviseSecurityMode | Checks if it is possible to revise the security mode. |
![]() | SaveIntermediateChunk | Saves an intermediate chunk for an incoming message. |
![]() | SetEndpointUrl | Sets to endpoint according to the endpoint url. |
![]() | SetRenewedToken | Sets the renewed token |
![]() | Sign | Overloaded. Adds an asymmetric signature to the end of the buffer. |
![]() ![]() | UpdateMessageSize | Updates the message size stored in the message header. |
![]() ![]() | UpdateMessageType | Updates the message type stored in the message header. |
![]() | ValidateNonce | Validates the nonce. |
![]() | Verify | Overloaded. Verifies an asymmetric signature at the end of the buffer. |
![]() | VerifySequenceNumber | Checks if the sequence number is valid. |
![]() | WriteAsymmetricMessage | Overloaded. Sends a OpenSecureChannel request. |
![]() | WriteAsymmetricMessageHeader | Overloaded. Writes the asymmetric security header to the buffer. |
![]() ![]() | WriteErrorMessageBody | Writes an error to a stream. |
![]() | WriteSymmetricMessage | Secures the message using the security token. |