| 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
)
Public Function IsUserInRole (
userName As String,
roleName As String
) As Boolean
public:
virtual bool IsUserInRole(
String^ userName,
String^ roleName
) sealed
abstract IsUserInRole :
userName : string *
roleName : string -> bool
override IsUserInRole :
userName : string *
roleName : string -> bool
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