Click or drag to resize

SQLiteRoleProviderServiceRemoveUsersFromRoles Method

Remove users from roles

Namespace:  SanteDB.DisconnectedClient.SQLite.Security
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public void RemoveUsersFromRoles(
	string[] userNames,
	string[] roleNames,
	IPrincipal principal
)

Parameters

userNames
Type: SystemString

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

roleNames
Type: SystemString

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

principal
Type: System.Security.PrincipalIPrincipal

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

Implements

IRoleProviderServiceRemoveUsersFromRoles(String, String, IPrincipal)
See Also