|
|
|
Location:
certstore.h
Link against: certstore.lib
TCertStoreInfo
Supported from 6.0
Certificate store information object.
It contains the path and file name of the store and the store's capabilities.
Defined in TCertStoreInfo:
Capabilities(), Name(), TCertStoreInfo()
TCertStoreInfo(TPtrC aFileName, TCertStoreCapabilities aCapabilities);
Constructor with the full path name of the certificate store and the store's capabilities.
|
const TName& Name() const;
Gets the full path name of the certificate store.
|
TCertStoreCapabilities Capabilities() const;
Gets the certificate store's capabilities.
|