1 write to Prime2
System.Security.Cryptography (1)
src\libraries\Common\src\System\Security\Cryptography\Asn1\RSAPrivateKeyAsn.xml.cs (1)
98decoded.Prime2 = sequenceReader.ReadInteger();
2 references to Prime2
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\Asn1\RSAPrivateKeyAsn.xml.cs (1)
38writer.WriteInteger(Prime2);
src\libraries\Common\src\System\Security\Cryptography\RSAKeyFormatHelper.cs (1)
51Q = key.Prime2.ExportKeyParameter(halfModulusLength),