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))
5 references to Version
System.Security.Cryptography (5)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\EncryptedDataAsn.xml.cs (1)
28writer.WriteInteger(Version);
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (2)
239if (encryptedData.Version != 0 && encryptedData.Version != 2)
src\libraries\Common\src\System\Security\Cryptography\X509Certificates\X509CertificateLoader.Pkcs12.cs (2)
464if (encryptedData.Version != 0 && encryptedData.Version != 2)