Discuss this help topic in SecureBlackbox Forum
Clears the list of blocked certificates.
Declaration
[C#]
void ClearBlockedCertificates();
[VB.NET]
Sub ClearBlockedCertificates()
[Pascal]
procedure ClearBlockedCertificates;
[C++]
void ClearBlockedCertificates();
[PHP]
void ClearBlockedCertificates()
[Java]
void clearBlockedCertificates();
Description
This method clears the list of storages with blocked certificates.
Discuss this help topic in SecureBlackbox Forum