TrustPolicy.TrustedRealms Property
Gets or sets a TrustedRealmCollection for this TrustPolicy.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public TrustedRealmCollection TrustedRealms { get; }
public:
property TrustedRealmCollection^ TrustedRealms {
TrustedRealmCollection^ get();
}
member TrustedRealms : TrustedRealmCollection with get
Public ReadOnly Property TrustedRealms As TrustedRealmCollection
Property Value
Type: System.Web.Security.SingleSignOn.TrustedRealmCollection
A TrustedRealmCollection for this TrustPolicy.
See Also
TrustPolicy Class
System.Web.Security.SingleSignOn Namespace
Return to top