Share via


TrustedRealmCollection.Item Property (String)

 

Gets the TrustedRealm 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 TrustedRealm this[
    string uristr
] { get; }
public:
property TrustedRealm^ default[
    String^ uristr
] {
    TrustedRealm^ get(String^ uristr);
}
member Item : 
        uristr:string -> TrustedRealm with get
Public ReadOnly Property Item (
    uristr As String
) As TrustedRealm

Parameters

Property Value

Type: System.Web.Security.SingleSignOn.TrustedRealm

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

See Also

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

Return to top