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