The realm name used to authenticate the user against.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property AuthenticationRealmName As String
C#
string AuthenticationRealmName { get; set; }
Visual C++
property String^ AuthenticationRealmName {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_authenticationRealmName();
function set_authenticationRealmName(value);

ToggleSee Also