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