Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the TrustingApplication object with the specified universally unique identifier (UUID).
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public TrustingApplication this[
Guid uuid
] { get; }
public:
property TrustingApplication^ default[
Guid uuid
] {
TrustingApplication^ get(Guid uuid);
}
member Item :
uuid:Guid -> TrustingApplication with get
Public ReadOnly Property Item (
uuid As Guid
) As TrustingApplication
Parameters
uuid
Type: System.GuidThe UUID of the TrustingApplication object to retrieve.
Property Value
Type: System.Web.Security.SingleSignOn.TrustingApplication
The TrustingApplication object with the specified universally unique identifier (UUID).
See Also
Item Overload
TrustingApplicationCollection Class
System.Web.Security.SingleSignOn Namespace
Return to top