AsymmetricEncryptedSecret Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
AsymmetricEncryptedSecret() |
Initialise une nouvelle instance de la classe AsymmetricEncryptedSecret. |
AsymmetricEncryptedSecret(String, EncryptionAlgorithm, String) |
Initialise une nouvelle instance de la classe AsymmetricEncryptedSecret. |
AsymmetricEncryptedSecret()
Initialise une nouvelle instance de la classe AsymmetricEncryptedSecret.
public AsymmetricEncryptedSecret ();
Public Sub New ()
S’applique à
AsymmetricEncryptedSecret(String, EncryptionAlgorithm, String)
Initialise une nouvelle instance de la classe AsymmetricEncryptedSecret.
public AsymmetricEncryptedSecret (string value, Microsoft.Azure.Management.StorSimple8000Series.Models.EncryptionAlgorithm encryptionAlgorithm, string encryptionCertThumbprint = default);
new Microsoft.Azure.Management.StorSimple8000Series.Models.AsymmetricEncryptedSecret : string * Microsoft.Azure.Management.StorSimple8000Series.Models.EncryptionAlgorithm * string -> Microsoft.Azure.Management.StorSimple8000Series.Models.AsymmetricEncryptedSecret
Public Sub New (value As String, encryptionAlgorithm As EncryptionAlgorithm, Optional encryptionCertThumbprint As String = Nothing)
Paramètres
- value
- String
Valeur de la clé secrète.
- encryptionAlgorithm
- EncryptionAlgorithm
Algorithme utilisé pour chiffrer « Value ». Les valeurs possibles sont les suivantes : « None », « AES256 », « RSAES_PKCS1_v_1_5 »
- encryptionCertThumbprint
- String
Certificat d’empreinte numérique utilisé pour chiffrer « Value ». Si la valeur est non chiffrée, elle sera null.
S’applique à
Azure SDK for .NET