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