Click or drag to resize

BridgedRoleProviderIsUserInRole Method

User user in the specified role

Namespace: SanteDB.Client.Upstream.Security
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public bool IsUserInRole(
	string userName,
	string roleName
)

Parameters

userName  String

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

roleName  String

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

Return Value

Boolean

[Missing <returns> documentation for "M:SanteDB.Client.Upstream.Security.BridgedRoleProvider.IsUserInRole(System.String,System.String)"]

Implements

IRoleProviderServiceIsUserInRole(String, String)
See Also