Certificate.Export Method
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
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