TlsStream.HasChannelBinding Method
Namespace: Rebex.Net
Assembly: Rebex.Tls.dll (version 7.0.9313)
HasChannelBinding(ChannelBindingType)
Gets an indication whether a provider has a ChannelBinding that matches the bindingType.
If the method returns true, it means that the next call of the GetChannelBinding(ChannelBindingType) method returns
valid (non-empty) instance of the ChannelBinding that matches bindingType.
Declaration
public bool HasChannelBinding(ChannelBindingType bindingType)
Parameters
| Type | Name | Description | 
|---|---|---|
| ChannelBindingType | bindingType | Channel binding type.  | 
    
Returns
| Type | Description | 
|---|---|
| Boolean | 
  |