Rebex.Security.Authentication Namespace
Classes
ChannelBinding
Holds the unique BindingData that matches the binding Type. An instance of the type that plays a role of the low-level secure channel provides a ChannelBinding. See remarks for details.
An instance of the ChannelBinding can be tied with the authentication logic of the application to prevent a man-in-the-middle (MITM) attack.
To set up a relationship between a secure channel and an authentication logic, set the SecureChannelBinding property to an ChannelBinding instance.
See RFC 5056 - On the Use of Channel Bindings to Secure Channels for details.
SspiAuthentication
Wrapper class for SSPI authentication.
SspiException
Represents an SSPI error.
Enums
ChannelBindingType
Specifies channel binding type. See RFC 5056 and RFC 5929 for details.
SspiCredentialUsage
SSPI credential usage.
SspiDataRepresentation
SSPI data representation.
SspiRequirements
SSPI requirements flag.