Click or drag to resize

SQLitePrincipal.Identity Property

Gets the identity of the current principal.

Namespace:  SanteDB.DisconnectedClient.SQLite.Security
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public IIdentity Identity { get; }

Property Value

Type: IIdentity
The identity.

Implements

IPrincipal.Identity
See Also