Package version:

Interface SymmetricEncryptedSecret

Represents the secrets encrypted using Symmetric Encryption Key.

Hierarchy

  • SymmetricEncryptedSecret

Properties

encryptionAlgorithm: EncryptionAlgorithm

The algorithm used to encrypt the "Value".

value: string

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

valueCertificateThumbprint?: string

The thumbprint of the cert that was used to encrypt "Value".

Generated using TypeDoc