2 writes to Version
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TstInfo.xml.cs (1)
160if (!sequenceReader.TryReadInt32(out decoded.Version))
System\Security\Cryptography\Pkcs\Rfc3161TimestampTokenInfo.cs (1)
338Version = 1,
2 references to Version
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TstInfo.xml.cs (1)
49writer.WriteInteger(Version);
System\Security\Cryptography\Pkcs\Rfc3161TimestampTokenInfo.cs (1)
81public int Version => _parsedData.Version;