1 write to Exponent1
System.Security.Cryptography (1)
src\libraries\Common\src\System\Security\Cryptography\Asn1\RSAPrivateKeyAsn.xml.cs (1)
99decoded.Exponent1 = sequenceReader.ReadInteger();
2 references to Exponent1
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\Asn1\RSAPrivateKeyAsn.xml.cs (1)
39writer.WriteInteger(Exponent1);
src\libraries\Common\src\System\Security\Cryptography\RSAKeyFormatHelper.cs (1)
52DP = key.Exponent1.ExportKeyParameter(halfModulusLength),