Microsoft Information Protection SDK - C++ 1.17
API Reference Documentation for C++
|
Interface for configuring protection options for the SetLabel method. More...
#include <protection_settings.h>
Public Member Functions | |
ProtectionSettings ()=default | |
ProtectionSettings (const std::string &delegatedUserEmail, PFileExtensionBehavior pfileExtensionBehavior) | |
void | SetDelegatedUserEmail (const std::string delegatedUserEmail) |
std::string | GetDelegatedUserEmail () const |
void | SetPFileExtensionBehavior (PFileExtensionBehavior pfileExtensionBehavior) |
PFileExtensionBehavior | GetPFileExtensionBehavior () const |
Private Attributes | |
std::string | mDelegatedUserEmail |
PFileExtensionBehavior | mPFileExtensionBehavior { PFileExtensionBehavior::Default } |
Interface for configuring protection options for the SetLabel method.
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |