1 write to Modulus
System.Security.Cryptography (1)
src\libraries\Common\src\System\Security\Cryptography\Asn1\RSAPublicKeyAsn.xml.cs (1)
73decoded.Modulus = sequenceReader.ReadIntegerBytes();
2 references to Modulus
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\Asn1\RSAPublicKeyAsn.xml.cs (1)
26writer.WriteInteger(Modulus);
src\libraries\Common\src\System\Security\Cryptography\RSAKeyFormatHelper.Pkcs1.cs (1)
88Modulus = key.Modulus.ToUnsignedIntegerBytes(),