Object containing a Certificate Trust List
-
Closes the context handle
-
Lists property id's for the context
-
Retrieves trusted subjects contained in CTL
-
Removes the CTL from the store that it is contained in
-
Serializes the CTL and its properties
-
int HCTL_CONTEXT
Raw message handle
PyCTL_CONTEXT.CertDeleteCTLFromStore
CertDeleteCTLFromStore() Removes the CTL from the store that it is contained in
PyCTL_CONTEXT.CertEnumCTLContextProperties
(int,...) = CertEnumCTLContextProperties() Lists property id's for the context
PyCTL_CONTEXT.CertEnumSubjectInSortedCTL
((str,str),...) = CertEnumSubjectInSortedCTL() Retrieves trusted subjects contained in CRL
Returns a sequence of tuples containing two strings (SubjectIdentifier, EncodedAttributes)
PyCTL_CONTEXT.CertFreeCTLContext
CertFreeCTLContext() Closes the CTL handle
PyCTL_CONTEXT.CertSerializeCTLStoreElement
string = CertSerializeCTLStoreElement(Flags) Serializes the CTL and its properties
-
Flags=0 : int
Reserved, use only 0 if passed in
Sequence of string OIDs (szOID_*). This struct is identical to CERT_ENHKEY_USAGE.