Click or drag to resize

IRoleProviderServiceIsUserInRole Method

User user in the specified role

Namespace:  SanteDB.Core.Security.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
bool IsUserInRole(
	string userName,
	string roleName
)

Parameters

userName
Type: SystemString

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

roleName
Type: SystemString

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

Return Value

Type: Boolean

[Missing <returns> documentation for "M:SanteDB.Core.Security.Services.IRoleProviderService.IsUserInRole(System.String,System.String)"]

See Also