| SanteDBClaimsIdentityIsAuthenticated Property |
Gets a value that indicates whether the user has been authenticated.
Namespace:
SanteDB.Core.Security.Claims
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public virtual bool IsAuthenticated { get; }
Public Overridable ReadOnly Property IsAuthenticated As Boolean
Get
public:
virtual property bool IsAuthenticated {
bool get ();
}
abstract IsAuthenticated : bool with get
override IsAuthenticated : bool with get
Property Value
Type:
Booleantrue if this instance is authenticated; otherwise,
false.
Return Value
Type:
Booleantrue if the user was authenticated; otherwise, false.
Implements
IIdentityIsAuthenticatedSee Also