1 write to Coefficient
System.Security.Cryptography (1)
src\libraries\Common\src\System\Security\Cryptography\Asn1\RSAPrivateKeyAsn.xml.cs (1)
101decoded.Coefficient = sequenceReader.ReadInteger();
2 references to Coefficient
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\Asn1\RSAPrivateKeyAsn.xml.cs (1)
41writer.WriteInteger(Coefficient);
src\libraries\Common\src\System\Security\Cryptography\RSAKeyFormatHelper.cs (1)
54InverseQ = key.Coefficient.ExportKeyParameter(halfModulusLength),