| PsrDecryptionInstruction Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: PsrApi.Internals.InternalObjects
 Syntax
Syntaxpublic class PsrDecryptionInstruction
The PsrDecryptionInstruction type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | PsrDecryptionInstruction | Initializes a new instance of the PsrDecryptionInstruction class | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | LegitimateDecryptionChain | 
                A decrypted chain, whose first entry can be decrypted with the private key of the LegitimateId.
                After decrypting the encryption chain a certain plain value will be accessible
             | 
|  | LegitimateId | 
                The Id of the legitimate whose private key is required to decrypt the decryption chain
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | 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
See Also