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