 | 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
Syntaxpublic bool IsLocalUser(
Guid key
)
Public Function IsLocalUser (
key As Guid
) As Boolean
public:
virtual bool IsLocalUser(
Guid key
) sealed
abstract IsLocalUser :
key : Guid -> bool
override IsLocalUser :
key : Guid -> bool
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