Discuss this help topic in SecureBlackbox Forum

TElX509CertificateValidator.WinStorageTrust

TElX509CertificateValidator     See also     


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


Contains trusted certificates from Windows system storage.

Declaration

[C#]
    TElWinCertStorage WinStorageTrust;

[VB.NET]
    Property WinStorageTrust As TElWinCertStorage

[Pascal]
    property WinStorageTrust : TElWinCertStorage;

[C++]
    TElWinCertStorage* get_WinStorageTrust();

[PHP]
    TElWinCertStorage get_WinStorageTrust()

[Java]
    TElWinCertStorage getWinStorageTrust();

Description

    Use this property to get the trusted certificates from Windows system storage.

See also:     InitializeWinStorages     WinStorageCA     WinStorageBlocked    

Discuss this help topic in SecureBlackbox Forum