Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SymmetricEncryptedSecret

Package version

interface

An interface representing SymmetricEncryptedSecret. Represents the secrets encrypted using Symmetric Encryption Key.

Hierarchy

  • SymmetricEncryptedSecret

Index

Properties

encryptionAlgorithm

encryptionAlgorithm: EncryptionAlgorithm
member

{EncryptionAlgorithm} encryptionAlgorithm The algorithm used to encrypt the "Value". Possible values include: 'None', 'AES256', 'RSAES_PKCS1_v_1_5'

value

value: string
member

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

Optional valueCertificateThumbprint

valueCertificateThumbprint: undefined | string
member

{string} [valueCertificateThumbprint] The thumbprint of the cert that was used to encrypt "Value".

Generated using TypeDoc