Click or drag to resize

TspResponseOrdering Property

Indicates whether the timestamp tokens from the same TSA can be ordered.

Namespace:  SysadminsLV.PKI.Cryptography
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public bool Ordering { get; }

Property Value

Type: Boolean
Remarks
If this member is set to false, then GenerationTimestamp only indicates the time at which the timestamp token has been created by the TSA. In such a case, the ordering of timestamp tokens issued by the same TSA or different TSAs is only possible when the difference between the GenerationTimestamp of the first timestamp token and the GenerationTimestamp of the second timestamp token is greater than the sum of the accuracies of the GenerationTimestamp for each token.

If this member is set to true, every timestamp token from the same TSA can always be ordered based on the GenerationTimestamp regardless of the GenerationTimestamp accuracy.

See Also