Microsoft Information Protection (MIP) SDK for C: Reference 1.15
Doxygen-generated documentation for MIP SDK written in C
Loading...
Searching...
No Matches
mip_cc_application_info Struct Reference

A struct that includes application specific information. More...

#include <src/api/mip_cc/application_info_cc.h>

Data Fields

const char * applicationId
 Application identifier as set in the AAD portal, (Should be a GUID without brackets).
 
const char * applicationName
 Application name, (Should only contain valid ASCII character excluding ';')
 
const char * applicationVersion
 The version of the application being used, (Should only contain valid ASCII character excluding ';')

 

Detailed Description

A struct that includes application specific information.

Definition at line 42 of file application_info_cc.h.

Field Documentation

◆ applicationId

const char* mip_cc_application_info::applicationId

Application identifier as set in the AAD portal, (Should be a GUID without brackets).

Definition at line 43 of file application_info_cc.h.

◆ applicationName

const char* mip_cc_application_info::applicationName

Application name, (Should only contain valid ASCII character excluding ';')

Definition at line 44 of file application_info_cc.h.

◆ applicationVersion

const char* mip_cc_application_info::applicationVersion

The version of the application being used, (Should only contain valid ASCII character excluding ';')

Definition at line 45 of file application_info_cc.h.


The documentation for this struct was generated from the following file: