4 writes to Ordering
System.Security.Cryptography.Pkcs (4)
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TstInfo.xml.cs (3)
35decoded.Ordering = reader.ReadBoolean(); 182decoded.Ordering = sequenceReader.ReadBoolean(); 187decoded.Ordering = defaultReader.ReadBoolean();
System\Security\Cryptography\Pkcs\Rfc3161TimestampTokenInfo.cs (1)
352Ordering = isOrdering,
2 references to Ordering
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TstInfo.xml.cs (1)
72tmp.WriteBoolean(Ordering);
System\Security\Cryptography\Pkcs\Rfc3161TimestampTokenInfo.cs (1)
124public bool IsOrdering => _parsedData.Ordering;