Discuss this help topic in SecureBlackbox Forum
Returns the RSA algorithm parameters for currently loaded Certificate Request
Declaration
Parameters
Return value
True if RSA parameters were successfully copied.
False if at least one of buffers is toosmall.
In both cases the
PublicModulusSize
and
PublicExponentSize values are set
to actual sizes of PublicModulus and PublicExponent.
Description
Use this method to obtain the RSA parameters from
Certificate Request. These two parameters (Public Modulus and Public Exponent) form the RSA public key.