Click or drag to resize

SQLiteRoleProviderServiceIsUserInRole Method (IPrincipal, String)

Determine if the principle 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(
	IPrincipal principal,
	string roleName
)

Parameters

principal
Type: System.Security.PrincipalIPrincipal

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

roleName
Type: SystemString

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

Return Value

Type: Boolean

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

See Also