TrustedRealm.AllowedTrustedWindowsDomains Property

 

Gets or sets the TrustedWindowsDomains that are part of this realm.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Syntax

public TrustedWindowsDomains AllowedTrustedWindowsDomains { get; set; }
public:
property TrustedWindowsDomains^ AllowedTrustedWindowsDomains {
    TrustedWindowsDomains^ get();
    void set(TrustedWindowsDomains^ value);
}
member AllowedTrustedWindowsDomains : TrustedWindowsDomains with get, set
Public Property AllowedTrustedWindowsDomains As TrustedWindowsDomains

Property Value

Type: System.Web.Security.SingleSignOn.TrustedWindowsDomains

The TrustedWindowsDomains that are part of this realm.

See Also

TrustedRealm Class
System.Web.Security.SingleSignOn Namespace

Return to top