1 write to Version
System.Security.Cryptography (1)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\EncryptedDataAsn.xml.cs (1)
91if (!sequenceReader.TryReadInt32(out decoded.Version))
3 references to Version
System.Security.Cryptography (3)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\EncryptedDataAsn.xml.cs (1)
28writer.WriteInteger(Version);
src\libraries\Common\src\System\Security\Cryptography\X509Certificates\X509CertificateLoader.Pkcs12.cs (2)
448if (encryptedData.Version != 0 && encryptedData.Version != 2)