TrustPolicyEntryCollection.Item Property
Gets the TrustPolicyEntry object.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Overload List
Name | Description | |
---|---|---|
Item[Guid] | Gets the TrustPolicyEntry object with the specified universally unique identifier (UUID). |
|
Item[Int32] | Gets or sets the TrustPolicyEntry object at the specified index. |
|
Item[String] | Gets the TrustPolicyEntry object with the specified uniform resource identifier (URI). |
See Also
TrustPolicyEntryCollection Class
System.Web.Security.SingleSignOn Namespace
Return to top