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 authority that originally authenticated the client. This is the URI of either the account realm or the account store.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public Uri AuthenticatingAuthority { get; }
public:
property Uri^ AuthenticatingAuthority {
Uri^ get();
}
member AuthenticatingAuthority : Uri with get
Public ReadOnly Property AuthenticatingAuthority As Uri
Property Value
Type: System.Uri
true if the client is authenticated; otherwise false.
See Also
SingleSignOnIdentity Class
System.Web.Security.SingleSignOn Namespace
Return to top