AsymmetricEncryptedSecret interface

Represent the secrets intended for encryption with asymmetric key pair.

Properties

encryptionAlgorithm

The algorithm used to encrypt "Value".

encryptionCertThumbprint

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

value

The value of the secret.

Property Details

encryptionAlgorithm

The algorithm used to encrypt "Value".

encryptionAlgorithm: EncryptionAlgorithm

Property Value

encryptionCertThumbprint

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

encryptionCertThumbprint?: string

Property Value

string

value

The value of the secret.

value: string

Property Value

string