3 writes to Ordering
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TstInfo.xml.cs (2)
185
decoded.
Ordering
= sequenceReader.ReadBoolean();
190
decoded.
Ordering
= defaultReader.ReadBoolean();
System\Security\Cryptography\Pkcs\Rfc3161TimestampTokenInfo.cs (1)
346
Ordering
= isOrdering,
2 references to Ordering
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TstInfo.xml.cs (1)
75
tmp.WriteBoolean(
Ordering
);
System\Security\Cryptography\Pkcs\Rfc3161TimestampTokenInfo.cs (1)
124
public bool IsOrdering => _parsedData.
Ordering
;