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 an AccountStoreCollection that contains trusted account stores for this TrustPolicy.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public AccountStoreCollection TrustedAccountStores { get; }
public:
property AccountStoreCollection^ TrustedAccountStores {
AccountStoreCollection^ get();
}
member TrustedAccountStores : AccountStoreCollection with get
Public ReadOnly Property TrustedAccountStores As AccountStoreCollection
Property Value
Type: System.Web.Security.SingleSignOn.AccountStoreCollection
An AccountStoreCollection that contains trusted account stores for this TrustPolicy.
See Also
TrustPolicy Class
System.Web.Security.SingleSignOn Namespace
Return to top