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