ChannelBinding.Size Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Size property gets the size, in bytes, of the channel binding token associated with the ChannelBinding instance.
public:
abstract property int Size { int get(); };
public abstract int Size { get; }
member this.Size : int
Public MustOverride ReadOnly Property Size As Integer
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.
Applies to
.NET