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

Implemented Interfaces

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​()
public void
DangerousAddRef​(Boolean& success)
public nint
DangerousGetHandle​()
public void
DangerousRelease​()
public void
Dispose​()
protected void
Dispose​(bool disposing)
protected void
Finalize​()
protected bool
ReleaseHandle​()
protected void
SetHandle​(nint handle)
public void
SetHandleAsInvalid​()
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