Secret Class

Relativity API
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

System.Object
  Relativity.API.Secret

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

public class Secret

The Secret type exposes the following members.

Constructors

  NameDescription
Public methodSecret
Top
Properties

  NameDescription
Public propertyData
The secret data represented as a key-value pair dictionary.
Top
Methods

  NameDescription
Public methodAdd
Adds a new secret datum to the list.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference