Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <smldmadapter.h>
This item is not part of the S60 5th Edition SDK

Class MSmlDmCallbackExtSessionInfo

class MSmlDmCallbackExtSessionInfo;

Description

This class is used when an adapter needs a to retrieve information from the DM Framework. This class can only be instantiated from a class that inherits from MSmlDmCallback.

Members

Defined in MSmlDmCallbackExtSessionInfo:


Member functions


Release()

virtual void Release()=0;

Description

Releases the instance of this interface extension. This must be called when the interface extension is no longer needed.


ServerId(TInt)const

virtual const TDesC8& ServerId(TInt aStatusRef) const=0;

Description

Obtain the Server ID of the DM Server that issued the DM Command with the specified command reference.

Parameters

TInt aStatusRef

Reference identifier of the command

Return value

const TDesC8 &

The ServerID


ServerTransportCertificate(TInt)const

virtual const CX509Certificate* ServerTransportCertificate(TInt aStatusRef) const=0;

Description

Obtain the Server Certificate of the DM Server that issued the DM Command with the specified command reference.

Parameters

TInt aStatusRef

Reference identifier of the command

Return value

const CX509Certificate *

The server's TLS Certificate, or NULL if this was a non-secure session