Microsoft Information Protection (MIP) SDK for C++: Reference 1.15
Doxygen-generated documentation for MIP SDK written in C++
Loading...
Searching...
No Matches
ProtectByEncryptOnlyAction Class Referenceabstract

An action class that specifies adding encrypt only protection to the document. More...

#include <src/api/mip/upe/protect_by_encrypt_only_action.h>

+ Inheritance diagram for ProtectByEncryptOnlyAction:
+ Collaboration diagram for ProtectByEncryptOnlyAction:

Public Member Functions

virtual const std::string & GetTemplateId () const =0
 
virtual ActionType GetType () const =0
 Get the type of Action.
 

Detailed Description

An action class that specifies adding encrypt only protection to the document.

Definition at line 45 of file protect_by_encrypt_only_action.h.

Member Function Documentation

◆ GetTemplateId()

virtual const std::string & ProtectByEncryptOnlyAction::GetTemplateId ( ) const
pure virtual
Returns
The Template Id specifically associated with encrypt only action

◆ GetType()

virtual ActionType Action::GetType ( ) const
pure virtualinherited

Get the type of Action.

Returns
ActionType The type of derived action this base class can be cast to.

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