Share via


TrustingRealmCollection.Item Property (String)

 

Gets the TrustingRealm object with the specified uniform resource identifier (URI).

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Syntax

public TrustingRealm this[
    string uristr
] { get; }
public:
property TrustingRealm^ default[
    String^ uristr
] {
    TrustingRealm^ get(String^ uristr);
}
member Item : 
        uristr:string -> TrustingRealm with get
Public ReadOnly Property Item (
    uristr As String
) As TrustingRealm

Parameters

Property Value

Type: System.Web.Security.SingleSignOn.TrustingRealm

The TrustingRealm object with the specified uniform resource identifier (URI).

See Also

Item Overload
TrustingRealmCollection Class
System.Web.Security.SingleSignOn Namespace

Return to top