Skip to main content

TdxX509Store.Open Method

Opens the certificate store.

Declaration

procedure Open;

Remarks

Opens a system X.509 certificate store according to the predefined settings and populates the Certificates list. Call the Close procedure once you have finished working with certificates to clear the certificate list, close the certificate store, and release concomitant system resources.

Note

The current TdxX509Store class implementation can open a certificate store only in read-only mode.

See Also