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

An action class that specifies adding adhoc double key protection to the document. More...

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

+ Inheritance diagram for ProtectAdhocDkAction:
+ Collaboration diagram for ProtectAdhocDkAction:

Public Member Functions

virtual const std::string & GetDoubleKeyEncryptionUrl () const =0
 Get the double key encryption Url.
 
virtual ActionType GetType () const =0
 Get the type of Action.
 

Detailed Description

An action class that specifies adding adhoc double key protection to the document.

Definition at line 44 of file protect_adhoc_dk_action.h.

Member Function Documentation

◆ GetDoubleKeyEncryptionUrl()

virtual const std::string & ProtectAdhocDkAction::GetDoubleKeyEncryptionUrl ( ) const
pure virtual

Get the double key encryption Url.

Returns
the double key encryption Url.

◆ 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: