Microsoft Information Protection (MIP) SDK for C++: Reference 1.15
Doxygen-generated documentation for MIP SDK written in C++
|
Defines ProtectionDescriptor interface. More...
#include <chrono>
#include <map>
#include <memory>
#include <string>
#include "mip/mip_namespace.h"
#include "mip/user_rights.h"
#include "mip/user_roles.h"
#include "mip/dynamic_watermark.h"
Go to the source code of this file.
Classes | |
struct | LabelInfo |
Label information for a template or ad-hoc (custom) protection. More... | |
class | ProtectionDescriptor |
Description of protection associated with a piece of content. More... | |
Enumerations | |
enum class | ProtectionType { TemplateBased = 0 , Custom = 1 } |
Describes whether protection is based off a template or ad-hoc (custom) More... | |
Defines ProtectionDescriptor interface.
Definition in file protection_descriptor.h.
|
strong |
Describes whether protection is based off a template or ad-hoc (custom)
Enumerator | |
---|---|
TemplateBased | Handle was created from a template. |
Custom | Handle was created ad hoc. |
Definition at line 51 of file protection_descriptor.h.