Microsoft Information Protection (MIP) SDK for C++: Reference 1.15
Doxygen-generated documentation for MIP SDK written in C++
|
A struct that includes application specific information. More...
#include <src/api/mip/common_types.h>
Public Attributes | |
std::string | applicationId |
Application identifier as set in the AAD portal, (Should be a GUID without brackets). | |
std::string | applicationName |
Application name, (Should only contain valid ASCII character excluding ';') | |
std::string | applicationVersion |
The version of the application being used, (Should only contain valid ASCII character excluding ';') | |
A struct that includes application specific information.
Definition at line 523 of file common_types.h.
std::string ApplicationInfo::applicationId |
Application identifier as set in the AAD portal, (Should be a GUID without brackets).
Definition at line 524 of file common_types.h.
std::string ApplicationInfo::applicationName |
Application name, (Should only contain valid ASCII character excluding ';')
Definition at line 525 of file common_types.h.
std::string ApplicationInfo::applicationVersion |
The version of the application being used, (Should only contain valid ASCII character excluding ';')
Definition at line 526 of file common_types.h.