Discuss this help topic in SecureBlackbox Forum
TElX509Certificate.LoadFromBufferPFX
Loads the certificate from the memory buffer. Buffer should contain certificate in PFX format.
Declaration
Parameters
Return value
0 on success.
PKCS12 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 PFX (PKCS12) format.
The private key may be contained with the certificate. If it is present, it will be loaded too.
In case if PFX buffer contains more than one certificate,
the first certificate from list would be loaded.