PDFTimeStampEventData¶
Namespace: O2S.Components.PDF4NET.DigitalSignatures
Defines the arguments for SignatureTimestampNeeded delegate.
Inheritance Object → PDFTimeStampEventData
Properties¶
HashedMessage¶
Gets the hashed message.
Property Value
Byte[]
The hashed message to be used in the construction of the MessageImprint object.
Remarks
This hashed message is the hash value of the signature. The same hash algorithm used for computing the signature is also used here.
TimeStampRequest¶
Gets the time stamp request.
Property Value
Byte[]
The complete DER encoded TimpeStampRequest object (as defined in RFC 3161).
TimeStampResponse¶
Gets or sets the time stamp response.
Property Value
Byte[]
The complete DER encoded TimpeStampResponse object (as defined in RFC 3161).
Remarks
The library will check the status value in the TimeStampReponse and if it is zero, it will embed the TimeStampToken in the signature.
If the status is not zero or this property is null, the signature will be created without timestamp information.
This property is ignored when PDFTimeStampEventData.TimeStampToken property is set.
TimeStampToken¶
Gets or sets the time stamp token.
Property Value
Byte[]
The DER encoded timpe stamp token.
Remarks
If this property is set, the time stamp token will be embedded in the signature as it is. When this property is set, the PDFTimeStampEventData.TimeStampResponse property is ignored.