TspResponseOrdering Property
             Indicates whether the timestamp tokens from the same TSA can be ordered.
            
Namespace: SysadminsLV.PKI.CryptographyAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.3.0+c7aa42c7e4fd98d87c1722b230e8e27c1bbf41f0
public bool Ordering { get; }
Public ReadOnly Property Ordering As Boolean
	Get
public:
property bool Ordering {
	bool get ();
}
member Ordering : bool with get
Property Value
Boolean 
                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.