1 write to PublicExponent
System.Security.Cryptography (1)
src\libraries\Common\src\System\Security\Cryptography\Asn1\RSAPrivateKeyAsn.xml.cs (1)
95
decoded.
PublicExponent
= sequenceReader.ReadInteger();
2 references to PublicExponent
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\Asn1\RSAPrivateKeyAsn.xml.cs (1)
35
writer.WriteInteger(
PublicExponent
);
src\libraries\Common\src\System\Security\Cryptography\RSAKeyFormatHelper.cs (1)
48
Exponent = key.
PublicExponent
.ToByteArray(isUnsigned: true, isBigEndian: true),