ISecretStore.Set Method

Relativity API
Writes a secret at the given path.

Namespace:  Relativity.API
Assembly:  Relativity.API (in Relativity.API.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

void Set(
	string path,
	Secret secret
)

Parameters

path
Type: System.String
Path to write the secret. Must not be null.
secret
Type: Relativity.API.Secret
A secret. Must not be null and contain some value in data property.
Exceptions

ExceptionCondition
SecretStoreException
ArgumentException
See Also

Reference