2 writes to Version
System.Security.Cryptography.Pkcs (2)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Encrypt.cs (1)
141envelopedData.Version = 2;
System\Security\Cryptography\Pkcs\Asn1\EnvelopedDataAsn.xml.cs (1)
107if (!sequenceReader.TryReadInt32(out decoded.Version))
2 references to Version
System.Security.Cryptography.Pkcs (2)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Decode.cs (1)
31version = data.Version;
System\Security\Cryptography\Pkcs\Asn1\EnvelopedDataAsn.xml.cs (1)
30writer.WriteInteger(Version);