Microsoft Information Protection (MIP) SDK for C++: Reference 1.15
Doxygen-generated documentation for MIP SDK written in C++
|
Abstraction for identity. More...
#include <src/api/mip/common_types.h>
Public Member Functions | |
const std::string & | GetEmail () const |
Get the email. | |
const std::string & | GetName () const |
Get the user's friendly name. | |
Identity () | |
Default Identity constructor used when a user email address is not known. | |
Identity (const Identity &other) | |
Identity copy constructor. | |
Identity (const std::string &email) | |
Identity constructor used when a user email address is known. | |
Identity (const std::string &email, const std::string &name) | |
Identity constructor used when a user email address and user name is known. | |
Abstraction for identity.
Definition at line 270 of file common_types.h.
|
inline |
Default Identity constructor used when a user email address is not known.
Definition at line 275 of file common_types.h.
|
inline |
Identity copy constructor.
Identity | used to create the copy. |
Definition at line 281 of file common_types.h.
|
inlineexplicit |
Identity constructor used when a user email address is known.
must be valid email address. |
Definition at line 290 of file common_types.h.
|
inlineexplicit |
Identity constructor used when a user email address and user name is known.
must be valid email address. | |
name | user name. |
Definition at line 298 of file common_types.h.
|
inline |
Get the email.
Definition at line 305 of file common_types.h.
|
inline |
Get the user's friendly name.
used for text marking.
Definition at line 312 of file common_types.h.