Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

class System.​Security.​Authentication.​ExtendedProtection.​ChannelBinding

Assembly: System.Net.Primitives

Inheritance: object → Runtime.ConstrainedExecution.CriticalFinalizerObjectRuntime.InteropServices.SafeHandleMicrosoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid → ChannelBinding

The <see cref="T:System.Security.Authentication.ExtendedProtection.ChannelBinding" /> class encapsulates a pointer to the opaque data used to bind an authenticated transaction to a secure channel.

Fields and Constants

protected nint
handle

Properties

public int
Size
The <see cref="P:System.Security.Authentication.ExtendedProtection.ChannelBinding.Size" /> property gets the size, in bytes, of the channel binding token associated with the <see cref="T:System.Security.Authentication.ExtendedProtection.ChannelBinding" /> instance.
public bool
IsInvalid
public bool
IsClosed

Methods

public void
Close​()
Inherited from SafeHandle
public void
DangerousAddRef​(Boolean& success)
Inherited from SafeHandle
public nint
DangerousGetHandle​()
Inherited from SafeHandle
public void
DangerousRelease​()
Inherited from SafeHandle
public void
Dispose​()
Inherited from SafeHandle
protected void
Dispose​(bool disposing)
Inherited from SafeHandle
protected void
Finalize​()
Inherited from SafeHandle
protected bool
ReleaseHandle​()
Inherited from SafeHandle
protected void
SetHandle​(nint handle)
Inherited from SafeHandle
public void
SetHandleAsInvalid​()
Inherited from SafeHandle
public bool
Equals​(object obj)
Inherited from object
public int
GetHashCode​()
Inherited from object
public Type
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object