SspiAuthentication.SecureChannelBinding Property
Namespace: Rebex.Security.Authentication
Assembly: Rebex.Common.dll (version 7.0.9147)
SecureChannelBinding
Gets or sets the instance of the Channel
Default value is null. The Channel
Declaration
public ChannelBinding SecureChannelBinding { get; set; }
Property Value
Type | Description |
---|---|
Channel |
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 (Is
Empty property returns true), then the value is not used during the authentication.