TrustingRealmCollection.Item Property
Gets, and in some cases sets, the TrustingRealm 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 TrustingRealm object with the specified universally unique identifier (UUID). |
|
Item[Int32] | Gets or sets the TrustingRealm object at the specified index. |
|
Item[String] | Gets the TrustingRealm object with the specified uniform resource identifier (URI). |
See Also
TrustingRealmCollection Class
System.Web.Security.SingleSignOn Namespace
Return to top