2 writes to Version
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TimeStampReq.xml.cs (1)
144
if (!sequenceReader.TryReadInt32(out decoded.
Version
))
System\Security\Cryptography\Pkcs\Rfc3161TimestampRequest.cs (1)
301
Version
= 1,
2 references to Version
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TimeStampReq.xml.cs (1)
45
writer.WriteInteger(
Version
);
System\Security\Cryptography\Pkcs\Rfc3161TimestampRequest.cs (1)
25
public int Version => _parsedData.
Version
;