Click or drag to resize

ApiKeyManager Class

Inheritance Hierarchy
SystemObject
  PsrApi.ManagersBaseManager
    PsrApi.ManagersApiKeyManager

Namespace:  PsrApi.Managers
Assembly:  PsrApi (in PsrApi.dll) Version: 9.3.1.33994 (05.02.2026)+877276ecd19b420b1689117d76424351f3a6cb2b
Syntax
C#
public class ApiKeyManager : BaseManager

The ApiKeyManager type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetAccessRights
Returns the access rights from an API key
Public methodGetAccessScopes
Returns the access scopes from an API key
Public methodGetDatabaseName
Returns the database name from an API key
Public methodGetExpirationDateUtc
Returns the expiration date from an API key
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetIssueDateUtc
Returns the issue date from an API key
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUsername
Returns the username from an API key
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also