LumiSoft Mail Server User API
Realm Property
Namespaces > LumiSoft.Net.AUTH > Auth_HttpDigest > Realm
Gets a string to be displayed to users so they know which username and password to use. This string should contain at least the name of the host performing the authentication and might additionally indicate the collection of users who might have access. An example might be "registered_users@gotham.news.com".
Syntax
C#Visual BasicManaged C++
public string Realm { get; }
Public ReadOnly Property Realm As String
public:
String^ Realm {
	String^ get ();
}

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