| 
            
              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.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
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