Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets if the TrustRealm is initialized.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
protected bool Initialized { get; set; }
protected:
property bool Initialized {
bool get();
void set(bool value);
}
member Initialized : bool with get, set
Protected Property Initialized As Boolean
Property Value
Type: System.Boolean
true if the TrustRealm is initialized; otherwise, false.
See Also
TrustRealm Class
System.Web.Security.SingleSignOn Namespace
Return to top