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