Share via


AsymmetricEncryptedSecret Constructors

Definition

Overloads

AsymmetricEncryptedSecret()
AsymmetricEncryptedSecret(String, EncryptionAlgorithm, String)

AsymmetricEncryptedSecret()

public AsymmetricEncryptedSecret ();
Public Sub New ()

Applies to

AsymmetricEncryptedSecret(String, EncryptionAlgorithm, String)

public AsymmetricEncryptedSecret (string value, Microsoft.Azure.Management.StorSimple.Fluent.Models.EncryptionAlgorithm encryptionAlgorithm, string encryptionCertThumbprint = default);
new Microsoft.Azure.Management.StorSimple.Fluent.Models.AsymmetricEncryptedSecret : string * Microsoft.Azure.Management.StorSimple.Fluent.Models.EncryptionAlgorithm * string -> Microsoft.Azure.Management.StorSimple.Fluent.Models.AsymmetricEncryptedSecret
Public Sub New (value As String, encryptionAlgorithm As EncryptionAlgorithm, Optional encryptionCertThumbprint As String = Nothing)

Parameters

value
String
encryptionAlgorithm
EncryptionAlgorithm
encryptionCertThumbprint
String

Applies to