Package version:

Interface SymmetricEncryptedSecret

This class can be used as the Type for any secret entity represented as Value, ValueCertificateThumbprint, EncryptionAlgorithm. In this case, "Value" is a secret and the "valueThumbprint" represents the certificate thumbprint of the value. The algorithm field is mainly for future usage to potentially allow different entities encrypted using different algorithms.

Hierarchy

  • SymmetricEncryptedSecret

Properties

encryptionAlgorithm: EncryptionAlgorithm

Algorithm used to encrypt "Value"

value: string

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

valueCertificateThumbprint?: string

Thumbprint cert that was used to encrypt "Value"

Generated using TypeDoc