SspiAuthentication.SecureChannelBinding Property
Namespace: Rebex.Security.Authentication
Assembly: Rebex.Common.dll (version 7.0.9083)
SecureChannelBinding
Gets or sets the instance of the ChannelBinding that contains a lower-layer secure channel binding data. Binding data will be verified during the authentication to prevent a man-in-the-middle (MITM) attack.
Default value is null. The ChannelBinding is not used.
Declaration
public ChannelBinding SecureChannelBinding { get; set; }
Property Value
Type | Description |
---|---|
ChannelBinding |
Remarks
- The channel binding is supported only on Windows. On other operating systems, the value of this property is always ignored.
- When the property is set to null or an empty instance (IsEmpty property returns true), then the value is not used during the authentication.