你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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