AsymmetricEncryptedSecret interface
Represent the secrets intended for encryption with asymmetric key pair.
Properties
encryption |
The algorithm used to encrypt "Value". |
encryption |
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript