CertificateGeneratorImportCertificateWithPrivateKey Method
Imports the given certificate into the current user store and then exports the public key.
Namespace: Gemstone.Net.SecurityAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.172 -- Release Build+241430fabc9f8d815f226ef82f939af6835b2b48
Public Sub ImportCertificateWithPrivateKey (
importPath As String,
password As SecureString
)
public:
void ImportCertificateWithPrivateKey(
String^ importPath,
SecureString^ password
)
function ImportCertificateWithPrivateKey(importPath, 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.