Click or drag to resize

HoarderConfigurationGetRolesForKey Method

Gets the role names that are assigned to an API Key.

Namespace: Orthogonal.Hoarder.StdLib
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntax
C#
public Role[] GetRolesForKey(
	string key
)

Parameters

key  String
The API Key.

Return Value

Role
A non-null array of role enumerations. Zero length if the key is not registered.
See Also