Discuss this help topic in SecureBlackbox Forum

TElX509CertificateValidator.WinStorageBlocked

TElX509CertificateValidator     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Contains blocked certificates from Windows system storage.

Declaration

[C#]
    TElWinCertStorage WinStorageBlocked;

[VB.NET]
    Property WinStorageBlocked As TElWinCertStorage

[Pascal]
    property WinStorageBlocked : TElWinCertStorage;

[C++]
    TElWinCertStorage* get_WinStorageBlocked();

[PHP]
    TElWinCertStorage get_WinStorageBlocked()

[Java]
    TElWinCertStorage getWinStorageBlocked();

Description

    Use this property to get the blocked (disallowed) certificates from Windows system storage.

See also:     InitializeWinStorages     WinStorageCA     WinStorageTrust    

Discuss this help topic in SecureBlackbox Forum