Package deltavsoft :: Module rcfproto :: Class PfxCertificate
[frames] | no frames]

Class PfxCertificate

source code

 _object --+        
           |        
 Certificate --+    
               |    
Win32Certificate --+
                   |
                  PfxCertificate

Use this class to load a certificate from .pfx format. Only applicable to Schannel.

Instance Methods
 
__init__(self, *args)
Loads a certificate from a .pfx file, using the given file path, password and certificate name.
source code
 
AddToStore(self, *args)
Adds the certificate to the given Windows certificate store.
source code

Inherited from Win32Certificate: ExportToPfx, FindRootCertificate, GetCertificateName, GetIssuerName

Method Details

__init__(self, *args)
(Constructor)

source code 

Loads a certificate from a .pfx file, using the given file path, password and certificate name.

Overrides: Certificate.__init__