Click or drag to resize

AdoRoleProviderIsUserInRole Method

Determine if the specified user is in the specified role

Namespace: SanteDB.Persistence.Data.Services
Assembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntax
public bool IsUserInRole(
	string userName,
	string roleName
)

Parameters

userName  String

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

roleName  String

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

Return Value

Boolean

[Missing <returns> documentation for "M:SanteDB.Persistence.Data.Services.AdoRoleProvider.IsUserInRole(System.String,System.String)"]

Implements

IRoleProviderServiceIsUserInRole(String, String)
See Also