1 write to Prime1
System.Security.Cryptography (1)
src\libraries\Common\src\System\Security\Cryptography\Asn1\RSAPrivateKeyAsn.xml.cs (1)
97decoded.Prime1 = sequenceReader.ReadInteger();
2 references to Prime1
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\Asn1\RSAPrivateKeyAsn.xml.cs (1)
37writer.WriteInteger(Prime1);
src\libraries\Common\src\System\Security\Cryptography\RSAKeyFormatHelper.cs (1)
50P = key.Prime1.ExportKeyParameter(halfModulusLength),