ListManagerPublicEncryptionKeyResult

data class ListManagerPublicEncryptionKeyResult(val encryptionAlgorithm: String, val value: String, val valueCertificateThumbprint: String? = null)

Represents the secrets encrypted using Symmetric Encryption Key.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The algorithm used to encrypt the "Value".

Link copied to clipboard

The value of the secret itself. If the secret is in plaintext or null then EncryptionAlgorithm will be none.

Link copied to clipboard

The thumbprint of the cert that was used to encrypt "Value".