4 writes to Version
System.Security.Cryptography.Pkcs (4)
System\Security\Cryptography\Pkcs\Asn1\SignerInfoAsn.xml.cs (1)
123
if (!sequenceReader.TryReadInt32(out decoded.
Version
))
System\Security\Cryptography\Pkcs\CmsSigner.cs (3)
263
newSignerInfo.
Version
= 1;
267
newSignerInfo.
Version
= 3;
275
newSignerInfo.
Version
= 1;
3 references to Version
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\Asn1\SignerInfoAsn.xml.cs (1)
32
writer.WriteInteger(
Version
);
System\Security\Cryptography\Pkcs\SignedCms.cs (1)
501
else if (_signedData.SignerInfos.Any(si => si.
Version
== 3))
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
39
Version = parsedData.
Version
;