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

Class Win32Certificate

source code

_object --+    
          |    
Certificate --+
              |
             Win32Certificate
Known Subclasses:

Represents an in-memory certificate, usually from a remote peer. Only applicable to Schannel.

Instance Methods
 
__init__(self, *args, **kwargs) source code
 
GetCertificateName(self)
Gets the name of the certificate.
source code
 
GetIssuerName(self)
Gets the name of the issuer of the certificate.
source code
 
ExportToPfx(self, *args)
Exports the certificate in PFX format, to the given file path.
source code
 
FindRootCertificate(self, *args)
Attempts to locate a root certificate for this certificate, in the given certificate store.
source code
Method Details

__init__(self, *args, **kwargs)
(Constructor)

source code 
Overrides: Certificate.__init__

FindRootCertificate(self, *args)

source code 

Attempts to locate a root certificate for this certificate, in the given certificate store. Returns the root certificate if found, and otherwise null.