Set the creation time for the signature.

Note: this overrides the generation of a creation time when the signature is generated.

Namespace: Org.BouncyCastle.Bcpg.OpenPgp
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public void SetSignatureCreationTime(
	bool isCritical,
	DateTime date
)
Visual Basic
Public Sub SetSignatureCreationTime ( _
	isCritical As Boolean, _
	date As DateTime _
)
Visual C++
public:
void SetSignatureCreationTime(
	bool isCritical, 
	DateTime date
)

Parameters

isCritical
Type: System..::..Boolean
date
Type: System..::..DateTime

See Also