AsymmetricEncryptedSecret Class

Definition

Represent the secrets intended for encryption with asymmetric key pair.

public class AsymmetricEncryptedSecret
type AsymmetricEncryptedSecret = class
Public Class AsymmetricEncryptedSecret
Inheritance
AsymmetricEncryptedSecret

Constructors

AsymmetricEncryptedSecret(String, DataBoxEdgeEncryptionAlgorithm)

Initializes a new instance of AsymmetricEncryptedSecret.

Properties

EncryptionAlgorithm

The algorithm used to encrypt "Value".

EncryptionCertThumbprint

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

Value

The value of the secret.

Applies to