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.CriticalFinalizerObject → Runtime.InteropServices.SafeHandle → Microsoft.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
bool
Equals​(object obj)
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object