Click or drag to resize
MimeKit

DkimSignerGetTimestamp 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 DKIM-Signature header.
See Also