Symbian
 Developer Library

DEVELOPER LIBRARY

[Index] [Glossary] [Previous] [Next]



Location: certstore.h
Link against: certstore.lib

Class TCertStoreInfo

TCertStoreInfo

Support

Supported from 6.0

Description

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()


Construction


TCertStoreInfo()

TCertStoreInfo(TPtrC aFileName, TCertStoreCapabilities aCapabilities);

Description

Constructor with the full path name of the certificate store and the store's capabilities.

Parameters

TPtrC aFileName

The path and file name of the certificate store.

TCertStoreCapabilities aCapabilities

The certificate store's capabilities.

[Top]


Member functions


Name()

const TName& Name() const;

Description

Gets the full path name of the certificate store.

Return value

TName&

The full path name of the certificate store.


Capabilities()

TCertStoreCapabilities Capabilities() const;

Description

Gets the certificate store's capabilities.

Return value

TCertStoreCapabilities

The certificate store's capabilities.