Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ChannelBinding::Size Property

 

The Size property gets the size, in bytes, of the channel binding token associated with the ChannelBinding instance.

Namespace:   System.Security.Authentication.ExtendedProtection
Assembly:  System (in System.dll)

public:
property int Size {
	virtual int get() abstract;
}

Property Value

Type: System::Int32

The 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.

Universal Windows Platform
Available since 10
.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft