PrApi: LoadPrivKeyFile

LoadPrivKeyFile

[Obsolete] Loads the private key file.

 Public Function LoadPrivKeyFile(
	  ByVal filename As String ) As Boolean

Parameters

filename
The name of the private key 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 LoadPrivKeyFile(ByVal filename As String) As Boolean

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

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

Remarks

This method is obsolete. Use LoadCertFile instead.

See Also

Class PrApi Overview PrApi Properties PrApi Methods LoadDocument MakeActiveAuth