ISecretStore Interface

Relativity API
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

public interface ISecretStore

The ISecretStore type exposes the following members.

Methods

  NameDescription
Public methodDelete
Deletes a secret at the given path.
Public methodDeleteAsync
Asynchronously deletes a secret the given path.
Public methodGet
Retrieves a secret for the given path.
Public methodGetAsync
Asynchronously retrieves a secret for the given path.
Public methodList
Gets the list of all secrets and sub-paths at the specified path.
Public methodListAsync
Asynchronously gets the list of all secrets and sub-paths at the specified path.
Public methodSet
Writes a secret at the given path.
Public methodSetAsync
Asynchronously writes a secret at the given path.
Top
See Also

Reference