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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET