PrApi: LoadCVCertFile

LoadCVCertFile

[Obsolete] Loads the CV certificate file.

 Public Function LoadCVCertFile(
	  ByVal filename As String ) As Boolean

Parameters

filename
The name of the CV certificate file.

Return Values

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

Languages

[Visual Basic] Public Function LoadCVCertFile(ByVal filename As String) As Boolean

[Delphi] function LoadCVCertFile(filename: WideString): Boolean;

[C++] bool LoadCVCertFile(BSTR filename);

Remarks

This method is obsolete. Use LoadCertFile instead.

See Also

Class PrApi Overview PrApi Properties PrApi Methods LoadCertFromStore LoadDocument