ChannelBinding 构造函数
定义
重载
| ChannelBinding() |
初始化 ChannelBinding 类的新实例。Initializes a new instance of the ChannelBinding class. |
| ChannelBinding(Boolean) |
初始化 ChannelBinding 类的新实例。Initializes a new instance of the ChannelBinding class. |
ChannelBinding()
初始化 ChannelBinding 类的新实例。Initializes a new instance of the ChannelBinding class.
protected:
ChannelBinding();
protected ChannelBinding ();
Protected Sub New ()
注解
通道绑定令牌用于为集成 windows 身份验证提供扩展保护。The channel binding token is used to provide extended protection for integrated windows authentication.
适用于
ChannelBinding(Boolean)
初始化 ChannelBinding 类的新实例。Initializes a new instance of the ChannelBinding class.
protected:
ChannelBinding(bool ownsHandle);
protected ChannelBinding (bool ownsHandle);
new System.Security.Authentication.ExtendedProtection.ChannelBinding : bool -> System.Security.Authentication.ExtendedProtection.ChannelBinding
Protected Sub New (ownsHandle As Boolean)
参数
- ownsHandle
- Boolean
一个布尔值,该值指示应用程序是否拥有本机内存区域的安全句柄,此内存区域包含将传递给本机调用的字节数据,而这些本机调用可为集成 Windows 身份验证提供扩展保护。A Boolean value that indicates if the application owns the safe handle to a native memory region containing the byte data that would be passed to native calls that provide extended protection for integrated windows authentication.
注解
ChannelBinding构造函数旨在处理如何获取通道绑定,以便在为集成 windows 身份验证提供扩展保护的本机调用中弥补分配和释放语义。The ChannelBinding constructor is designed to deal with how the channel binding is acquired to compensate for allocation and deallocation semantics in the native calls that provide extended protection for integrated windows authentication.