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 Constructor (Boolean)

.NET Framework (current version)
 

Initializes a new instance of the ChannelBinding class.

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

protected:
ChannelBinding(
	bool ownsHandle
)

Parameters

ownsHandle
Type: System::Boolean

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.

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.

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