AsymmetricEncryptedSecret(String, DataBoxEdgeEncryptionAlgorithm) Constructor

Definition

Initializes a new instance of AsymmetricEncryptedSecret.

public AsymmetricEncryptedSecret (string value, Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeEncryptionAlgorithm encryptionAlgorithm);
new Azure.ResourceManager.DataBoxEdge.Models.AsymmetricEncryptedSecret : string * Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeEncryptionAlgorithm -> Azure.ResourceManager.DataBoxEdge.Models.AsymmetricEncryptedSecret
Public Sub New (value As String, encryptionAlgorithm As DataBoxEdgeEncryptionAlgorithm)

Parameters

value
String

The value of the secret.

encryptionAlgorithm
DataBoxEdgeEncryptionAlgorithm

The algorithm used to encrypt "Value".

Exceptions

value is null.

Applies to