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