1 write to PrivateExponent
System.Security.Cryptography (1)
src\libraries\Common\src\System\Security\Cryptography\Asn1\RSAPrivateKeyAsn.xml.cs (1)
96decoded.PrivateExponent = sequenceReader.ReadInteger();
2 references to PrivateExponent
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\Asn1\RSAPrivateKeyAsn.xml.cs (1)
36writer.WriteInteger(PrivateExponent);
src\libraries\Common\src\System\Security\Cryptography\RSAKeyFormatHelper.cs (1)
49D = key.PrivateExponent.ExportKeyParameter(n.Length),