LSPolicyFormContext.TrustingRealmUri Property
Gets the URI of the resource partner or application that the client is being authenticated to.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public Uri TrustingRealmUri { get; }
public:
property Uri^ TrustingRealmUri {
Uri^ get();
}
member TrustingRealmUri : Uri with get
Public ReadOnly Property TrustingRealmUri As Uri
Property Value
Type: System.Uri
The URI of the resource partner or application that the client is being authenticated to.
See Also
LSPolicyFormContext Class
System.Web.Security.SingleSignOn Namespace
Return to top