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.181-beta
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