1 write to PrivateExponent
System.Security.Cryptography (1)
src\libraries\Common\src\System\Security\Cryptography\Asn1\RSAPrivateKeyAsn.xml.cs (1)
95decoded.PrivateExponent = sequenceReader.ReadIntegerBytes();
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.Pkcs1.cs (1)
69key.PrivateExponent.ToUnsignedIntegerBytes(parameters.D);