 | HoarderConfigurationGetRolesForKey Method |
Gets the role names that are assigned to an API Key.
Namespace: Orthogonal.Hoarder.StdLibAssembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntaxpublic Role[] GetRolesForKey(
string key
)
Parameters
- key String
- The API Key.
Return Value
RoleA non-null array of role enumerations. Zero length if the
key is not registered.
See Also