Discuss this help topic in SecureBlackbox Forum

TElClientTSPInfo.LastValidationResult

TElClientTSPInfo     See also     


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


This property contains the result of the last CMS timestamp signature procession.

Declaration

[C#]
    int LastValidationResult;

[VB.NET]
    Property LastValidationResult As Integer

[Pascal]
    property LastValidationResult: integer;

[C++]
    int32_t get_LastValidationResult();

[PHP]
    integer get_LastValidationResult()

[Java]
    int getLastValidationResult();

Values

Description

    Use this read-only property to obtain the result of the previous call to ParseCMS method.

See also:     ParseCMS    

Discuss this help topic in SecureBlackbox Forum