ChannelBinding.Size
Property
Definition
The Size property gets the size, in bytes, of the channel binding token associated with the ChannelBinding instance.
public abstract int Size { get; }
Property Value
The size, in bytes, of the channel binding token in the ChannelBinding instance.
Remarks
The size of the channel binding token may be used by derived classes when passing the ChannelBinding instance that contains a channel binding token to other classes or to the native Windows security functions that implement extended protection. The channel binding token is used to provide extended protection for integrated Windows authentication.