Discuss this help topic in SecureBlackbox Forum

TElAppleCertStorage.EvaluateTrust

TElAppleCertStorage     See also     


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


Validates the certificate using Apple algorithms.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    procedure EvaluateTrust(Index: integer; setTrusted: boolean);

[C++]
    not available

[Java]
    not available

Parameters

  • Index - the index of the certificate to be validated in the list.
  • setTrusted - set this parameter to True to mark the certificate as trusted.

Description

    Call this method to perform certificate validation using Apple algorithms. When validation is finished, TElAppleCertStorage fires the OnEvaluationResult to inform about the validation result.

See also:     OnEvaluationResult    

Discuss this help topic in SecureBlackbox Forum