This documentation is archived and is not being maintained.

ChannelBinding Constructor (Boolean)

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.

.NET Framework

Supported in: 4

.NET Framework Client Profile

Supported in: 4

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: