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.APISecret
Namespace: Relativity.API
Assembly: Relativity.API (in Relativity.API.dll) Version: 17.0.1.1 588f15fd7550dbf54835f3417a0142d4ea37dbb5
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 | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (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