ChannelBindingType Enum
Namespace: Rebex.Security.Authentication
Assembly: Rebex.Common.dll (version 7.0.9083)
Syntax
public enum ChannelBindingType
Fields
Name | Description |
---|---|
Invalid | Invalid channel binding type. |
TlsServerEndPoint | Represents 'tls-server-end-point' channel binding type. See section 4 of RFC 5929 for details. |
TlsUnique | Represents 'tls-unique' channel binding type. See section 3 of RFC 5929 for details. |