SingleSignOnIdentity.AuthenticatingAuthority Property
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