1 write to Exponent2
System.Security.Cryptography (1)
src\libraries\Common\src\System\Security\Cryptography\Asn1\RSAPrivateKeyAsn.xml.cs (1)
100decoded.Exponent2 = sequenceReader.ReadInteger();
2 references to Exponent2
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\Asn1\RSAPrivateKeyAsn.xml.cs (1)
40writer.WriteInteger(Exponent2);
src\libraries\Common\src\System\Security\Cryptography\RSAKeyFormatHelper.cs (1)
53DQ = key.Exponent2.ExportKeyParameter(halfModulusLength),