AccountStoreCollection.Item Property
Gets, and sometimes sets, the AccountStore object from the AccountStoreCollection.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Overload List
Name | Description | |
---|---|---|
Item[Guid] | Gets the AccountStore object whose uuid matches the specified GUID. |
|
Item[Int32] | Gets or sets the AccountStore object at the specified index. |
|
Item[String] | Gets the AccountStore object whose TrustPolicyEntryUri property matches the specified URI. |
See Also
AccountStoreCollection Class
System.Web.Security.SingleSignOn Namespace
Return to top