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.246-beta+ff392465a0262ee2737937d4127fc3c2f08c6dcd
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