ProxyInformation.HostedRealmUriStr Property
This property supports the AD FS infrastructure and is not intended to be used directly from your code.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public string HostedRealmUriStr { get; set; }
public:
property String^ HostedRealmUriStr {
String^ get();
void set(String^ value);
}
member HostedRealmUriStr : string with get, set
Public Property HostedRealmUriStr As String
Property Value
Type: System.String
The hosted realm URI string.
See Also
ProxyInformation Class
System.Web.Security.SingleSignOn Namespace
Return to top