ISecretStore.SetAsync Method

Relativity API
Asynchronously writes a secret at the given path.

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

Task SetAsync(
	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

Return Value

Type: Task
Task with no return type
Exceptions

ExceptionCondition
SecretStoreException
ArgumentException
See Also

Reference