GetRolesForUser
This method returns an array of role names for the specified user.
Declaration
// C#
public override string[] GetRolesForUser(string userName);
Parameters
-
userNameThe user name for which an array of role names is returned.
Return Value
An array of role names for the specified user name.
Exceptions
ArgumentNullException - The userName parameter is null.
ArgumentException - The userName parameter contains a comma or is longer than 256 characters.
OracleException - An Oracle-related error has occurred.