Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AsymmetricEncryptedSecret

Package version

interface

An interface representing AsymmetricEncryptedSecret. Represent the secrets intended for encryption with asymmetric key pair.

Hierarchy

  • AsymmetricEncryptedSecret

Index

Properties

encryptionAlgorithm

encryptionAlgorithm: EncryptionAlgorithm
member

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

Optional encryptionCertThumbprint

encryptionCertThumbprint: undefined | string
member

{string} [encryptionCertThumbprint] Thumbprint certificate that was used to encrypt "Value". If the value in unencrypted, it will be null.

value

value: string
member

{string} value The value of the secret.

Generated using TypeDoc