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

Gets the TrustingApplication object with the specified universally unique identifier (UUID).

System_CAPS_pubproperty Item[Int32]

Gets or sets the TrustingApplication object at the specified index.

System_CAPS_pubproperty 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