|
Microsoft Information Protection SDK - C++ 1.17
API Reference Documentation for C++
|
A file containing the common types used by the protection module. More...
#include <chrono>#include <map>#include <string>#include <vector>#include "mip/mip_namespace.h"#include "mip/protection/license_connection_info.h"#include "mip/protection/license_descriptor.h"#include "mip/protection/parsed_publishing_license.h"Go to the source code of this file.
Classes | |
| class | PublishingLicenseInfo |
| Holds the details of a Publishing License used to create a protection handler. More... | |
Macros | |
| #define | DYNAMIC_WATERMARK_CAPABILITY "dynamicwatermark" |
Enumerations | |
| enum class | CipherMode { CIPHER_MODE_CBC4K = 0 , CIPHER_MODE_ECB = 1 , CIPHER_MODE_CBC512NOPADDING = 2 , CIPHER_MODE_CBC4KNOPADDING = 3 } |
| Cipher mode identifier. More... | |
A file containing the common types used by the protection module.
| #define DYNAMIC_WATERMARK_CAPABILITY "dynamicwatermark" |
|
strong |