A String representing the realm from which the token originates.

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

ToggleSyntax

Visual Basic (Declaration)
Public ReadOnly Property Realm As String
C#
public string Realm { get; }
Visual C++
public:
property String^ Realm {
	String^ get ();
}
JavaScript
function get_realm();

ToggleSee Also