Enum AuthenticationMethod

AuthenticationMethod enumeration

Authentication methods

public enum AuthenticationMethod

Values

NameValueDescription
Min0The authentication method is a Min
Password1The authentication method is a password.
Digest2The authentication method is a digest.
ProxyAuth3The authentication method is a ProxyAuth.
InfoCard4The authentication method is an InfoCard
DAToken5The authentication method is a DAToken.
Sha1RememberMyPassword6The authentication method is a Sha1RememberMyPassword.
LMPasswordHash7The authentication method is an LMPasswordHash.
ADFSFederatedToken8The authentication method is an ADFSFederatedToken.
EID9The authentication method is an EID.
DeviceID10The authentication method is a DeviceID.
MD511The authentication method is MD5.
EncProxyPasswordHash12The authentication method is a EncProxyPasswordHash.
LWAFederation13The authentication method is a LWAFederation.
Sha1HashedPassword14The authentication method is a Sha1HashedPassword.
SecurePin15The authentication method is a secure Pin.
SecurePinReset16The authentication method is a secure PIN reset.
SAML20PostSimpleSign17The authentication method is a SAML20PostSimpleSign.
SAML20Post18The authentication method is a SAML20Post.
OneTimeCode19The authentication method is a one-time code.

See Also