You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the case of importing win32crypt library, I try to use the CertDeleteCertificateFromStore function, which has been defined by Win, to delete the cert. But it prompts AttributeError: 'PyCERTSTORE' object has no attribute ' CertDeleteCertificateFromStore '
In the case of importing win32crypt library, I try to use the CertDeleteCertificateFromStore function, which has been defined by Win, to delete the cert. But it prompts
AttributeError: 'PyCERTSTORE' object has no attribute ' CertDeleteCertificateFromStore '
Here is part of my code
my system is
Win 10 and 11
, python version is3.9
, pywin32 version is308
, pypiwin32 version is223
So what should I do to delete the specified certificate using pywin32 library?
The text was updated successfully, but these errors were encountered: