Freigeben über


AsymmetricEncryptedSecret Konstruktoren

Definition

Überlädt

AsymmetricEncryptedSecret()
AsymmetricEncryptedSecret(String, EncryptionAlgorithm, String)

AsymmetricEncryptedSecret()

public AsymmetricEncryptedSecret ();
Public Sub New ()

Gilt für:

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)

Parameter

value
String
encryptionAlgorithm
EncryptionAlgorithm
encryptionCertThumbprint
String

Gilt für: