| ActiveDirectoryRoleProviderGetAllRoles Method |
Gets a list of all the roles for the configured applicationName.
Namespace:
Galactic.Web.Security.ActiveDirectory
Assembly:
Galactic.Web.Security.ActiveDirectory (in Galactic.Web.Security.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public override string[] GetAllRoles()
Public Overrides Function GetAllRoles As String()
public:
virtual array<String^>^ GetAllRoles() override
abstract GetAllRoles : unit -> string[]
override GetAllRoles : unit -> string[]
Return Value
Type:
StringA string array containing the names of all the roles stored in the data source for the configured applicationName.
See Also