|
Microsoft Information Protection (MIP) SDK for C++: Reference 1.16
Doxygen-generated documentation for MIP SDK written in C++
|
This is the complete list of members for PolicyProfile::Settings, including all inherited members.
| GetCacheStorageType() const | PolicyProfile::Settings | inline |
| GetCustomSettings() const | PolicyProfile::Settings | inline |
| GetHttpDelegate() const | PolicyProfile::Settings | inline |
| GetLoggerContext() const | PolicyProfile::Settings | inline |
| GetMipContext() const | PolicyProfile::Settings | inline |
| GetObserver() const | PolicyProfile::Settings | inline |
| GetSessionId() const | PolicyProfile::Settings | inline |
| GetStorageDelegate() const | PolicyProfile::Settings | inline |
| GetTaskDispatcherDelegate() const | PolicyProfile::Settings | inline |
| SetCustomSettings(const std::vector< std::pair< std::string, std::string > > &customSettings) | PolicyProfile::Settings | inline |
| SetHttpDelegate(const std::shared_ptr< HttpDelegate > &httpDelegate) | PolicyProfile::Settings | inline |
| SetLoggerContext(const std::shared_ptr< void > &loggerContext) | PolicyProfile::Settings | inline |
| SetSessionId(const std::string &sessionId) | PolicyProfile::Settings | inline |
| SetStorageDelegate(const std::shared_ptr< StorageDelegate > &storageDelegate) | PolicyProfile::Settings | inline |
| SetTaskDispatcherDelegate(const std::shared_ptr< TaskDispatcherDelegate > &taskDispatcherDelegate) | PolicyProfile::Settings | inline |
| Settings(const std::shared_ptr< MipContext > &mipContext, CacheStorageType cacheStorageType, const std::shared_ptr< PolicyProfile::Observer > &observer) | PolicyProfile::Settings | inline |