Microsoft Information Protection (MIP) SDK for C++: Reference 1.15
Doxygen-generated documentation for MIP SDK written in 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.
Definition in file protection_common_types.h.
#define DYNAMIC_WATERMARK_CAPABILITY "dynamicwatermark" |
Definition at line 36 of file protection_common_types.h.
|
strong |
Cipher mode identifier.
Definition at line 146 of file protection_common_types.h.