1 write to Modulus
System.Security.Cryptography (1)
src\libraries\Common\src\System\Security\Cryptography\Asn1\RSAPrivateKeyAsn.xml.cs (1)
94
decoded.
Modulus
= sequenceReader.ReadInteger();
2 references to Modulus
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\Asn1\RSAPrivateKeyAsn.xml.cs (1)
34
writer.WriteInteger(
Modulus
);
src\libraries\Common\src\System\Security\Cryptography\RSAKeyFormatHelper.cs (1)
42
byte[] n = key.
Modulus
.ToByteArray(isUnsigned: true, isBigEndian: true);