Click or drag to resize

CertificateGeneratorImportCertificateWithPrivateKey Method

Imports the given certificate into the current user store and then exports the public key.

Namespace: GSF.Net.Security
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.240-beta+897dce54fc8a4a27d3c8972aabbe9a3d48c9c170
Syntax
public void ImportCertificateWithPrivateKey(
	string importPath,
	SecureString password
)
View Source

Parameters

importPath  String
The file with the certificate and private key to be imported.
password  SecureString
The password used to encrypt the certificate file with the private key.
See Also