AuthenticationMethods Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines constants for supported well-known authentication methods. Defines constants for SAML authentication methods.
public ref class AuthenticationMethods abstract sealed
public static class AuthenticationMethods
type AuthenticationMethods = class
Public Class AuthenticationMethods
- Inheritance
-
AuthenticationMethods
Remarks
These constants define URIs for well-known authentication methods. These authentication methods map to well-known SAML authentication methods.
Fields
HardwareToken |
Authentication by using a hardware token, |
Kerberos |
Authentication by using the Kerberos protocol, |
Namespace |
The namespace for the well-known authentication methods, |
Password |
Authentication by using a password, |
Pgp |
Authentication by using a key authenticated by a PGP web of trust, |
SecureRemotePassword |
Authentication by using the Secure Remote Password protocol, |
Signature |
Authentication by using an XML digital signature, |
Smartcard |
Authentication by using a smartcard, |
SmartcardPki |
Authentication by using a smartcard PKI, |
Spki |
Authentication on a key authenticated using an SPKI PKI, |
TlsClient |
Authentication by using either the SSL or TLS protocol with certificate-based client authentication, |
Unspecified |
Authentication by using an unspecified method, |
Windows |
Windows authentication, |
X509 |
Authentication on a key authenticated using an X.509 PKI, |
Xkms |
Authentication on a key authenticated using an XKMS trust service, |