ChannelBinding Constructor
Namespace: Rebex.Security.Authentication
Assembly: Rebex.Common.dll (version 7.0.9448)
ChannelBinding(ChannelBindingType, Byte[])
Initializes a new instance of the ChannelBinding.
Declaration
public ChannelBinding(ChannelBindingType bindingType, byte[] bindingData)
Parameters
| Type | Name | Description |
|---|---|---|
| ChannelBindingType | bindingType | Channel binding type. |
| Byte[] | bindingData | A byte array that contains binding data that matches the |
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException |
|
| ArgumentException |
|