LumiSoft Net Help
LumiSoft.Net.AUTH Namespace
NamespacesLumiSoft.Net.AUTH

[Missing <summary> documentation for "N:LumiSoft.Net.AUTH"]

Types
All TypesClasses
IconTypeDescription
AUTH_e_Authenticate
This class provides data for server userName/password authentications.

AUTH_e_UserInfo
This class provides data for server authentication mechanisms GetUserInfo event.

AUTH_Gmail_OAuth1_3leg
This class implements Google Gmail OAUTH version 1.0.

Auth_HttpDigest
Implements http digest access authentication. Defined in RFC 2617.

Auth_HttpDigest_NonceManager
HTTP digest authentication nonce manager.

AUTH_SASL_Client
This base class for client SASL authentication mechanisms. Defined in RFC 4422.

AUTH_SASL_Client_CramMd5
Implements "CRAM-MD5" authenticaiton.

AUTH_SASL_Client_DigestMd5
Implements "DIGEST-MD5" authenticaiton.

AUTH_SASL_Client_Login
Implements "LOGIN" authenticaiton.

AUTH_SASL_Client_Ntlm
Implements NTLM authentication.

AUTH_SASL_Client_Plain
Implements "PLAIN" authenticaiton.

AUTH_SASL_Client_XOAuth
This class implements XOAUTH authentication.

AUTH_SASL_Client_XOAuth2
This class implements XOAUTH2 authentication.

AUTH_SASL_DigestMD5_Challenge
This class represents SASL DIGEST-MD5 authentication digest-challenge. Defined in RFC 2831.

AUTH_SASL_DigestMD5_Response
This class represents SASL DIGEST-MD5 authentication digest-response. Defined in RFC 2831.

AUTH_SASL_ServerMechanism
This base class for server SASL authentication mechanisms.

AUTH_SASL_ServerMechanism_CramMd5
Implements "CRAM-MD5" authenticaiton. Defined in RFC 2195.

AUTH_SASL_ServerMechanism_DigestMd5
Implements "DIGEST-MD5" authenticaiton. Defined in RFC 2831.

AUTH_SASL_ServerMechanism_Login
Implements "LOGIN" authenticaiton.

AUTH_SASL_ServerMechanism_Plain
Implements "PLAIN" authenticaiton. Defined in RFC 4616.