Discuss this help topic in SecureBlackbox Forum

TElX509CertificateValidator.InitializeAppleStorages

TElX509CertificateValidator     See also     


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


Initializes and Apple Mac OS X Certificate Store classes.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    procedure InitializeAppleStorages;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Description

    Call this method on Mac OS X to initialize Apple Mac OS X Certificate Stores, internally created and used by TElCertificateValidator, and preload them with certificates. This is a relatively lengthy operation (it takes several seconds) which needs to be done once per instance of the Certificate Validator class. Preloading the stores explicitly speeds up further validation of certificates.
    Use of this method makes sense only when UseSystemStorages property is set to true.

See also:     AppleStorageTrust     AppleStorageCA     UseSystemStorages    

Discuss this help topic in SecureBlackbox Forum