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() |
Initializes a new instance of the AsymmetricEncryptedSecret class. |
AsymmetricEncryptedSecret(String, EncryptionAlgorithm, String) |
Initializes a new instance of the AsymmetricEncryptedSecret class. |
AsymmetricEncryptedSecret()
Initializes a new instance of the AsymmetricEncryptedSecret class.
public AsymmetricEncryptedSecret ();
Public Sub New ()
Applies to
AsymmetricEncryptedSecret(String, EncryptionAlgorithm, String)
Initializes a new instance of the AsymmetricEncryptedSecret class.
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)
Parameters
- value
- String
The value of the secret.
- encryptionAlgorithm
- EncryptionAlgorithm
The algorithm used to encrypt "Value". Possible values include: 'None', 'AES256', 'RSAES_PKCS1_v_1_5'
- encryptionCertThumbprint
- String
Thumbprint certificate that was used to encrypt "Value". If the value in unencrypted, it will be null.
Applies to
Azure SDK for .NET