AsymmetricEncryptedSecretResponse

data class AsymmetricEncryptedSecretResponse(val encryptionAlgorithm: String, val encryptionCertThumbprint: String? = null, val value: String)

Represent the secrets intended for encryption with asymmetric key pair.

Constructors

Link copied to clipboard
constructor(encryptionAlgorithm: String, encryptionCertThumbprint: String? = null, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The algorithm used to encrypt "Value".

Link copied to clipboard

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

Link copied to clipboard

The value of the secret.