Discuss this help topic in SecureBlackbox Forum
This method loads Certificate Request from buffer. The buffer should contain certificate request data in PKCS#10 format.
Declaration
Parameters
Description
Use this method to load Certificate Request.
In case when buffer contains non-valid PKCS10 data, the
EElCertificateRequestException is raised.
Note, that this method doesn't check signature validity. You should call the
ValidateSignature
method to perform validation.