ArmDataBoxEdgeModelFactory.AsymmetricEncryptedSecret Method

Definition

public static Azure.ResourceManager.DataBoxEdge.Models.AsymmetricEncryptedSecret AsymmetricEncryptedSecret(string value = default, string encryptionCertThumbprint = default, Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeEncryptionAlgorithm encryptionAlgorithm = default);
static member AsymmetricEncryptedSecret : string * string * Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeEncryptionAlgorithm -> Azure.ResourceManager.DataBoxEdge.Models.AsymmetricEncryptedSecret
Public Shared Function AsymmetricEncryptedSecret (Optional value As String = Nothing, Optional encryptionCertThumbprint As String = Nothing, Optional encryptionAlgorithm As DataBoxEdgeEncryptionAlgorithm = Nothing) As AsymmetricEncryptedSecret

Parameters

value
String

The value of the secret.

encryptionCertThumbprint
String

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

encryptionAlgorithm
DataBoxEdgeEncryptionAlgorithm

The algorithm used to encrypt "Value".

Returns

A new AsymmetricEncryptedSecret instance for mocking.

Applies to