Share via


TrustPolicy.TrustingRealms Property

 

Gets or sets the TrustingRealmCollection that contains the trusting realms for this TrustPolicy.

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

Syntax

public TrustingRealmCollection TrustingRealms { get; }
public:
property TrustingRealmCollection^ TrustingRealms {
    TrustingRealmCollection^ get();
}
member TrustingRealms : TrustingRealmCollection with get
Public ReadOnly Property TrustingRealms As TrustingRealmCollection

Property Value

Type: System.Web.Security.SingleSignOn.TrustingRealmCollection

The TrustingRealmCollection that contains the trusting realms for this TrustPolicy.

See Also

TrustPolicy Class
System.Web.Security.SingleSignOn Namespace

Return to top