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 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
uristr
Type: System.StringThe URI of the TrustingRealm object to retrieve.
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