2 writes to Version
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\Asn1\SignedDataAsn.xml.cs (1)
133if (!sequenceReader.TryReadInt32(out decoded.Version))
System\Security\Cryptography\Pkcs\SignedCms.cs (1)
513_signedData.Version = version;
2 references to Version
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\Asn1\SignedDataAsn.xml.cs (1)
31writer.WriteInteger(Version);
System\Security\Cryptography\Pkcs\SignedCms.cs (1)
215Version = _signedData.Version;