AsymmetricEncryptedSecret Constructors
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.
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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET