Discuss this help topic in SecureBlackbox Forum

TElCMSTimestamp.Validate

TElCMSTimestamp     


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


This method vildates the timestamp.

Declaration

[C#]
    bool Validate();

[VB.NET]
    Function Validate() As Boolean

[Pascal]
    function Validate : boolean;

[C++]
    bool Validate();

[PHP]
    bool Validate()

[Java]
    boolean validate();

Return value

    Returns True if the timestamp is correct and False otherwise.

Description

    Use this method to validate the timestamp.

Discuss this help topic in SecureBlackbox Forum