SymmetricEncryptedSecret interface

Represents the secrets encrypted using Symmetric Encryption Key.

Properties

encryptionAlgorithm

The algorithm used to encrypt the "Value".

value

The value of the secret itself. If the secret is in plaintext or null then EncryptionAlgorithm will be none.

valueCertificateThumbprint

The thumbprint of the cert that was used to encrypt "Value".

Property Details

encryptionAlgorithm

The algorithm used to encrypt the "Value".

encryptionAlgorithm: EncryptionAlgorithm

Property Value

value

The value of the secret itself. If the secret is in plaintext or null then EncryptionAlgorithm will be none.

value: string

Property Value

string

valueCertificateThumbprint

The thumbprint of the cert that was used to encrypt "Value".

valueCertificateThumbprint?: string

Property Value

string