|
|
|
Location:
certstore.h
Link against: certstore.lib
TCertManClientInfo
Supported from 6.0
Client information object containing information that identifies a client.
It contains a UID and a name.
Defined in TCertManClientInfo:
ExternalizeL(), Id(), InternalizeL(), Name(), Operator =(), TCertManClientInfo(), TCertManClientInfo()
TCertManClientInfo(const TUid& aUid, const TName& aName);
Constructor with client Uid and name.
|
TCertManClientInfo& operator =(const TCertManClientInfo& aClient);
Copies the specified client information object to this client information object.
|
|
void ExternalizeL(RWriteStream& aStream) const;
Externalizes this client information object to a stream.
|
void InternalizeL(RReadStream& aStream);
Internalizes client information from a stream.
|