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 information regarding whether the client has been authenticated using the WS-Federation Passive Requester Profile.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public bool IsAuthenticated { get; }
public:
property bool IsAuthenticated {
virtual bool get() sealed;
}
abstract IsAuthenticated : bool with get
override IsAuthenticated : bool with get
Public ReadOnly Property IsAuthenticated As Boolean
Property Value
Type: System.Boolean
true if the client is authenticated; otherwise false.
Implements
See Also
SingleSignOnIdentity Class
System.Web.Security.SingleSignOn Namespace
Return to top