ArmDataBoxEdgeModelFactory.AsymmetricEncryptedSecret Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.