ChannelBinding Class
Namespace: Rebex.Security.Authentication
Assembly: Rebex.Common.dll (version 7.0.9147)
Holds the unique Binding
An instance of the Channel
To set up a relationship between a secure channel and an authentication logic,
set the Secure
See RFC 5056 - On the Use of Channel Bindings to Secure Channels for details.
Syntax
public sealed class ChannelBinding : IEquatable<ChannelBinding>
Implements
Inherited Members
Remarks
The following Rebex types provide Channel
Constructors
Name | Description |
---|---|
Channel |
Initializes a new instance of the Channel |
Properties
Name | Description |
---|---|
Binding |
Gets the binding data that matches the binding Type or an empty array when the binding data are unavailable. |
Is |
Gets the indication whether the Binding |
Type | Get the channel binding type. |
Methods
Name | Description |
---|---|
Equals(Channel |
Determines whether the specified |
Equals(Object) | Determines whether the specified |
Get |
Gets a hash code of this object. |
To |
Returns a string representation of the current Channel |