Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AsymmetricEncryptedSecret

Package version

Represent the secrets intended for encryption with asymmetric key pair.

Hierarchy

  • AsymmetricEncryptedSecret

Index

Properties

encryptionAlgorithm

encryptionAlgorithm: EncryptionAlgorithm

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

Optional encryptionCertThumbprint

encryptionCertThumbprint: undefined | string

Thumbprint certificate used to encrypt "Value". If the value is unencrypted, it will be null.

value

value: string

The value of the secret.

Generated using TypeDoc