Share via


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
System_CAPS_pubproperty Item[Guid]

Gets the AccountStore object whose uuid matches the specified GUID.

System_CAPS_pubproperty Item[Int32]

Gets or sets the AccountStore object at the specified index.

System_CAPS_pubproperty 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