PrApi: LoadCertFileFromMem

LoadCertFileFromMem

Loads the certificate file from memory.

 Public Function LoadCertFileFromMem(
	  ByVal certificate_data,
	  ByVal privateKey_data ) As Boolean

Parameters

certificate_data
The certificate data.
privateKey_data
The private key data.

Return Values

On error false is returned and the error code and string of the control is set appropriately.

Languages

[Visual Basic] Public Function LoadCertFileFromMem(ByVal certificate_data, ByVal privateKey_data) As Boolean

[Delphi] function LoadCertFileFromMem(certificate_data: OleVariant; privateKey_data: OleVariant): Boolean;

[C++] bool LoadCertFileFromMem(VARIANT certificate_data, VARIANT privateKey_data);

Remarks

See Also

Class PrApi Overview PrApi Properties PrApi Methods LoadCertFile LoadCertFromStore