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 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