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