Package version:

Interface AsymmetricEncryptedSecret

Represent the secrets intended for encryption with asymmetric key pair.

Hierarchy

  • AsymmetricEncryptedSecret

Properties

encryptionAlgorithm: EncryptionAlgorithm

The algorithm used to encrypt "Value".

encryptionCertThumbprint?: string

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

value: string

The value of the secret.

Generated using TypeDoc