Microsoft Information Protection SDK - C++ 1.17
API Reference Documentation for C++
Loading...
Searching...
No Matches
storage_delegate.h File Reference

Defines StorageDelegate interface. More...

#include <string>
#include <vector>
#include "mip/common_types.h"
#include "mip/delegate_response.h"
#include "mip/mip_namespace.h"
#include "mip/storage_table.h"

Go to the source code of this file.

Classes

class  StorageDelegate
 A class that defines the interface to the MIP SDK storage for caching. More...
 
class  StorageDelegate::StorageSettings
 Settings used by StorageDelegate. More...
 

Typedefs

typedef mip::DelegateResponse< mip::StorageTable > StorageTableResult
 A delegate response type for StorageTable.
 

Enumerations

enum class  MipComponent : unsigned int { Policy = 0 , File = 1 , Protection = 2 , Core = 3 }
 Describes the MIP component to be used in the application. More...
 

Detailed Description

Defines StorageDelegate interface.

Typedef Documentation

◆ StorageTableResult

typedef mip::DelegateResponse<mip::StorageTable> StorageTableResult

A delegate response type for StorageTable.

Enumeration Type Documentation

◆ MipComponent

enum class MipComponent : unsigned int
strong

Describes the MIP component to be used in the application.

Enumerator
Policy 
File 
Protection 
Core