Certificate.Export Method

Definition

Overloads

Export(String, String, String)

Saves the certificate in the specified certificatePath.

Export(String, String, String, String)

Saves the certificate in the specified certificatePath.

Export(String)

Saves the certificate the specified certificatePath

Export(String, String, String)

Saves the certificate in the specified certificatePath.

public void Export (string certificatePath, string privateKeyPath, string encryptionPassword);
member this.Export : string * string * string -> unit
Public Sub Export (certificatePath As String, privateKeyPath As String, encryptionPassword As String)

Parameters

certificatePath
String
privateKeyPath
String

specifies the path of the private key

encryptionPassword
String

specifies the encryption for the private key

Applies to

Export(String, String, String, String)

Saves the certificate in the specified certificatePath.

public void Export (string certificatePath, string privateKeyPath, string encryptionPassword, string decryptionPassword);
member this.Export : string * string * string * string -> unit
Public Sub Export (certificatePath As String, privateKeyPath As String, encryptionPassword As String, decryptionPassword As String)

Parameters

certificatePath
String
privateKeyPath
String

Specifies the path of the private key

encryptionPassword
String

Specifies the encryption for the private key

decryptionPassword
String

The password used to decrypt the certificate

Applies to

Export(String)

Saves the certificate the specified certificatePath

public void Export (string certificatePath);
member this.Export : string -> unit
Public Sub Export (certificatePath As String)

Parameters

certificatePath
String

Applies to