Click or drag to resize

SQLitePrincipalIdentity 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

IPrincipalIdentity
See Also