dkim_sig_getsigntime()

SYNOPSIS
#include <dkim.h>
DKIM_STAT dkim_sig_getsigntime(
	DKIM_SIGINFO *sig,
        time_t *when
);
Retrieve the signature timestamp used to sign a message after verification.
DESCRIPTION
Called When dkim_sig_getsigntime() is called after either an explicit call to dkim_sig_process() or completion of dkim_eom() to get the timestamp included in the signature of a message.
ARGUMENTS
ArgumentDescription
sig Signature-specific handle.
time A pointer to a time_t which will receive the timestamp of the signature on the message.
RETURN VALUES
ValueDescription
DKIM_STAT_INVALID The signature referenced by the DKIM_SIGINFO handle did not contain a signature with a timestamp.
DKIM_STAT_OK Successful completion.
NOTES
  • None.

Copyright (c) 2007 Sendmail, Inc. and its suppliers. All rights reserved.
By using this file, you agree to the terms and conditions set forth in the LICENSE.