SelectedCertificateInput 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
SelectedCertificateInput() |
Initializes a new instance of the SelectedCertificateInput class. |
SelectedCertificateInput(String, String) |
Initializes a new instance of the SelectedCertificateInput class. |
SelectedCertificateInput()
Initializes a new instance of the SelectedCertificateInput class.
public SelectedCertificateInput ();
Public Sub New ()
Applies to
SelectedCertificateInput(String, String)
Initializes a new instance of the SelectedCertificateInput class.
public SelectedCertificateInput (string certificateName, string password);
new Microsoft.Azure.Management.DataMigration.Models.SelectedCertificateInput : string * string -> Microsoft.Azure.Management.DataMigration.Models.SelectedCertificateInput
Public Sub New (certificateName As String, password As String)
Parameters
- certificateName
- String
Name of certificate to be exported.
- password
- String
Password to use for encrypting the exported certificate.