TrustRealm.Initialized Property

 

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