Provides synchronous and asynchronous methods for interacting with the Relativity Secret Store.
Namespace: Relativity.API
Assembly: Relativity.API (in Relativity.API.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The ISecretStore type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Delete |
Deletes a secret at the given path.
|
![]() | DeleteAsync |
Asynchronously deletes a secret the given path.
|
![]() | Get |
Retrieves a secret for the given path.
|
![]() | GetAsync |
Asynchronously retrieves a secret for the given path.
|
![]() | List |
Gets the list of all secrets and sub-paths at the specified path.
|
![]() | ListAsync |
Asynchronously gets the list of all secrets and sub-paths at the specified path.
|
![]() | Set |
Writes a secret at the given path.
|
![]() | SetAsync |
Asynchronously writes a secret at the given path.
|
See Also