1 write to Exponent1
System.Security.Cryptography (1)
src\libraries\Common\src\System\Security\Cryptography\Asn1\RSAPrivateKeyAsn.xml.cs (1)
98
decoded.
Exponent1
= sequenceReader.ReadIntegerBytes();
2 references to Exponent1
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\Asn1\RSAPrivateKeyAsn.xml.cs (1)
39
writer.WriteInteger(
Exponent1
);
src\libraries\Common\src\System\Security\Cryptography\RSAKeyFormatHelper.Pkcs1.cs (1)
72
key.
Exponent1
.ToUnsignedIntegerBytes(parameters.DP);