Discuss this help topic in SecureBlackbox Forum

TElX509CertificateValidator.WinStorageCA

TElX509CertificateValidator     See also     


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


Contains CA certificates.

Declaration

[C#]
    TElWinCertStorage WinStorageCA;

[VB.NET]
    Property WinStorageCA As TElWinCertStorage

[Pascal]
    property WinStorageCA : TElWinCertStorage;

[C++]
    TElWinCertStorage* get_WinStorageCA();

[PHP]
    TElWinCertStorage get_WinStorageCA()

[Java]
    TElWinCertStorage getWinStorageCA();

Description

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

See also:     InitializeWinStorages     WinStorageTrust     WinStorageBlocked    

Discuss this help topic in SecureBlackbox Forum