Click or drag to resize

IRoleProviderServiceGetAllRoles Method (String)

Get all roles

Namespace:  SanteDB.Core.Security.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
string[] GetAllRoles(
	string userName
)

Parameters

userName
Type: SystemString

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

Return Value

Type: String

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

See Also