1 write to Modulus
System.Security.Cryptography (1)
src\libraries\Common\src\System\Security\Cryptography\Asn1\RSAPublicKeyAsn.xml.cs (1)
78
decoded.
Modulus
= rebindSpan.Overlaps(tmpSpan, out offset) ? rebind.Slice(offset, tmpSpan.Length) : tmpSpan.ToArray();
2 references to Modulus
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\Asn1\RSAPublicKeyAsn.xml.cs (1)
26
writer.WriteInteger(
Modulus
.Span);
src\libraries\Common\src\System\Security\Cryptography\RSAKeyFormatHelper.Pkcs1.cs (1)
113
Modulus = key.
Modulus
.ToUnsignedIntegerBytes(),