LumiSoft Mail Server User API
Apop Method (password, passwordTag)
Namespaces > LumiSoft.Net.AUTH > AuthHelper > Apop(String, String)
Calculates APOP authentication compare value.
Syntax
C#Visual BasicManaged C++
public static string Apop (
	string password,
	string passwordTag
)
Public Shared Function Apop ( _
	password As String, _
	passwordTag As String _
) As String
public:
static String^ Apop (
	String^ password, 
	String^ passwordTag
)
Parameters
password (String)
Password.
passwordTag (String)
Password tag.
Return Value
Returns value what must be used for comparing passwords.

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)