Click or drag to resize

SQLiteRoleProviderServiceIsUserInRole Method (String, String)

Determine if the user in the role

Namespace:  SanteDB.DisconnectedClient.SQLite.Security
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public bool IsUserInRole(
	string userName,
	string roleName
)

Parameters

userName
Type: SystemString

[Missing <param name="userName"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Security.SQLiteRoleProviderService.IsUserInRole(System.String,System.String)"]

roleName
Type: SystemString

[Missing <param name="roleName"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Security.SQLiteRoleProviderService.IsUserInRole(System.String,System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.Security.SQLiteRoleProviderService.IsUserInRole(System.String,System.String)"]

Implements

IRoleProviderServiceIsUserInRole(String, String)
See Also