Click or drag to resize
MimeKit

ArcSignerGetTimestamp Method

Get the timestamp value.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
protected virtual long GetTimestamp()

Return Value

Int64
A value representing the timestamp value.
Remarks
Gets the timestamp to use as the t= value in the ARC-Message-Signature and ARC-Seal headers.
See Also