Package version:

Interface AsymmetricEncryptedSecret

This class can be used as the Type for any secret entity represented as Password, CertThumbprint, Algorithm. This class is intended to be used when the secret is encrypted with an asymmetric key pair. The encryptionAlgorithm field is mainly for future usage to potentially allow different entities encrypted using different algorithms.

Hierarchy

  • AsymmetricEncryptedSecret

Properties

encryptionAlgorithm: EncryptionAlgorithm

Algorithm used to encrypt "Value"

encryptionCertificateThumbprint?: string

Thumbprint certificate that was used to encrypt "Value"

value: string

The value of the secret itself. If the secret is in plaintext then EncryptionAlgorithm will be none and EncryptionCertThumbprint will be null.

Generated using TypeDoc