| SQLiteIdentityServiceIsLocalUser Method (String) |
Determine if the user is a local user
Namespace:
SanteDB.DisconnectedClient.SQLite.Security
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public bool IsLocalUser(
string userName
)
Public Function IsLocalUser (
userName As String
) As Boolean
public:
virtual bool IsLocalUser(
String^ userName
) sealed
abstract IsLocalUser :
userName : string -> bool
override IsLocalUser :
userName : string -> bool
Parameters
- userName
- Type: SystemString
[Missing <param name="userName"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Security.SQLiteIdentityService.IsLocalUser(System.String)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.Security.SQLiteIdentityService.IsLocalUser(System.String)"]
Implements
IOfflineIdentityProviderServiceIsLocalUser(String)See Also