|
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.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
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