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.244-beta+c33f622c070b2c1078a06bcb41bdeb4c19d19a0b
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