|
CertificateGeneratorImportCertificateWithPrivateKey Method
|
Imports the given certificate into the current user store and then exports the public key.
Namespace: GSF.Net.SecurityAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.218-beta+101eee949414e414795e55a6e73d88938f0177b8
Syntax Public Sub ImportCertificateWithPrivateKey (
importPath As String,
password As SecureString
)
public:
void ImportCertificateWithPrivateKey(
String^ importPath,
SecureString^ password
)
member ImportCertificateWithPrivateKey :
importPath : string *
password : SecureString -> unit
function ImportCertificateWithPrivateKey(importPath, password);
View SourceParameters
- 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