Asymmetric Encrypted Secret Response
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
fun AsymmetricEncryptedSecretResponse(encryptionAlgorithm: String, encryptionCertThumbprint: String? = null, value: String)