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.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
bool IsUserInRole(
	string userName,
	string roleName
)

Parameters

userName  String

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

roleName  String

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

Return Value

Boolean

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

See Also