ChannelBinding.Size 属性

定义

Size 属性获取与 ChannelBinding 实例关联的通道绑定令牌的大小(以字节为单位)。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

属性值

Int32

ChannelBinding 实例中的通道绑定令牌的大小(以字节为单位)。The size, in bytes, of the channel binding token in the ChannelBinding instance.

注解

当将 ChannelBinding 包含通道绑定令牌的实例传递给其他类或实现扩展保护的本机 Windows 安全函数时,派生类可以使用通道绑定令牌的大小。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. 通道绑定令牌用于为集成 Windows 身份验证提供扩展保护。The channel binding token is used to provide extended protection for integrated Windows authentication.

适用于