Partilhar via


AsymmetricEncryptedSecret(String, DataBoxEdgeEncryptionAlgorithm) Construtor

Definição

Inicializa uma nova instância 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)

Parâmetros

value
String

O valor do segredo.

encryptionAlgorithm
DataBoxEdgeEncryptionAlgorithm

O algoritmo usado para criptografar "Valor".

Exceções

value é nulo.

Aplica-se a