 | SanteDBClaimsIdentityIsAuthenticated Property |
Gets a value that indicates whether the user has been authenticated.
Namespace: SanteDB.Core.Security.ClaimsAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic 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
Booleantrue if this instance is authenticated; otherwise,
false.
Return Value
Booleantrue if the user was authenticated; otherwise, false.
Implements
IIdentityIsAuthenticated
See Also