Partager via


AsymmetricEncryptedSecret(String, DataBoxEdgeEncryptionAlgorithm) Constructeur

Définition

Initialise une nouvelle instance de 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)

Paramètres

value
String

Valeur de la clé secrète.

encryptionAlgorithm
DataBoxEdgeEncryptionAlgorithm

Algorithme utilisé pour chiffrer « Value ».

Exceptions

value a la valeur null.

S’applique à