SymmetricEncryptedSecret interface
Represents the secrets encrypted using Symmetric Encryption Key.
Properties
encryption |
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. |
value |
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
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