| 
            
              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.258-beta+f8b6aa3dbfe0b4cc2b0b0760dd5d2a3dd4f59d09
Syntaxpublic void ImportCertificateWithPrivateKey(
	string importPath,
	SecureString password
)
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