Writes a secret at the given path.
Namespace: Relativity.API
Assembly: Relativity.API (in Relativity.API.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
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
Exception | Condition |
---|---|
SecretStoreException | |
ArgumentException |
See Also