SelectedCertificateInput(String, String) Constructor

Definition

Initializes a new instance of SelectedCertificateInput.

public SelectedCertificateInput (string certificateName, string password);
new Azure.ResourceManager.DataMigration.Models.SelectedCertificateInput : string * string -> Azure.ResourceManager.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.

Exceptions

certificateName or password is null.

Applies to