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