Discuss this help topic in SecureBlackbox Forum
TElX509Certificate.LoadFromBufferPEM
Loads the certificate from the memory buffer. Buffer should contain certificate in PEM format.
Declaration
Parameters
Return value
0 on success.
PEM error code otherwise.
Description
This method attempts to read the certificate from the provided memory location of the given size. The certificate must have been saved in PEM format. The private key may be contained with the certificate. If it is present, it be loaded too.