CertificateGeneratorImportCertificateWithPrivateKey Method

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

Definition

Namespace: Gemstone.Net.Security
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.138 -- Release Build+dacff88cce10d287c7434d5aac59c76948c712b1
public void ImportCertificateWithPrivateKey(
	string importPath,
	SecureString password
)

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