Click or drag to resize

SQLiteIdentityService.IsLocalUser Method (Guid)

Determine if the user is a local user (not a central user)

Namespace:  SanteDB.DisconnectedClient.SQLite.Security
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public bool IsLocalUser(
	Guid key
)

Parameters

key
Type: System.Guid

[Missing <param name="key"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Security.SQLiteIdentityService.IsLocalUser(System.Guid)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.Security.SQLiteIdentityService.IsLocalUser(System.Guid)"]

Implements

IOfflineIdentityProviderService.IsLocalUser(Guid)
See Also