PrApi: LoadCertFromStore

LoadCertFromStore

Loads certificates and CRLs from a store.

 Public Function LoadCertFromStore(
	  ByVal storename As String ) As Boolean

Parameters

storename
The name of the store.

Return Values

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

Languages

[Visual Basic] Public Function LoadCertFromStore(ByVal storename As String) As Boolean

[Delphi] function LoadCertFromStore(const storename: WideString): Boolean;

[C++] bool LoadCertFromStore(BSTR storename);

Remarks

See Also

Class PrApi Overview PrApi Properties PrApi Methods LoadCertFileFromMem LoadCVCertFile