This documentation is archived and is not being maintained.
ChannelBinding::Size Property
Visual Studio 2010
The Size property gets the size, in bytes, of the channel binding token associated with the ChannelBinding instance.
Assembly: System (in System.dll)
Property Value
Type: System::Int32The size, in bytes, of the channel binding token in the ChannelBinding instance.
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.
Windows 7, Windows Vista SP1 or later, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: