AsymmetricEncryptedSecret interface

Represent the secrets intended for encryption with asymmetric key pair.

Properties

encryptionAlgorithm

The algorithm used to encrypt "Value".

encryptionCertThumbprint

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

value

The value of the secret.

Property Details

encryptionAlgorithm

The algorithm used to encrypt "Value".

encryptionAlgorithm: string

Property Value

string

encryptionCertThumbprint

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

encryptionCertThumbprint?: string

Property Value

string

value

The value of the secret.

value: string

Property Value

string