<PackageReference Include="Relativity.Api" Version="10.1.199.4" />

Secret

public class Secret
Represents a secret in the Relativity Secret Store. The class is used for interacting with Secret Store using the methods in the ISecretStore interface.
public Dictionary<string, string> Data { get; set; }

The secret data represented as a key-value pair dictionary.

public Secret()

public void Add(string key, string value)

Adds a new secret datum to the list.