Represents a secret in the Relativity Secret Store. The class is used for interacting with Secret Store using the methods in the ISecretStore interface.
Inheritance Hierarchy
Relativity.API.Secret
Namespace: Relativity.API
Assembly: Relativity.API (in Relativity.API.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The Secret type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Secret |
Properties
Name | Description | |
---|---|---|
![]() | Data |
The secret data represented as a key-value pair dictionary.
|
Methods
Name | Description | |
---|---|---|
![]() | Add |
Adds a new secret datum to the list.
|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also