Discuss this help topic in SecureBlackbox Forum
Reads the private key from the stream in PEM format.
Declaration
Parameters
- Stream - The stream from which the certificate request is loaded.
- Count - Optional parameter that specified the number of bytes to be read. If this parameter is zero, the stream from current position till the end is read.
- Passphrase - the pass phrase to decrypt the certificate data. If certificate is not encrypted, set this parameter to an empty string.
Return value
Returns 0 on success, and PEM error code otherwise.
Description
Use this method to load a private key to be used for request regeneration from stream in PEM format.
Discuss this help topic in SecureBlackbox Forum