|
Foxit PDF SDK
|
Public Member Functions | |
| def | GetSecurityType () |
| Get the encryption type of security callback. More... | |
This class represents a callback object for RMS decryption and encryption. If user wants to use RMS security callback, user should inherit this callback class and implement the pure virtual functions (as callback functions), and then register the RMS security callback object to Foxit PDF SDK by function fsdk.LibraryRegisterSecurityCallback with filter "MicrosoftIRMServices" or "FoxitRMS". Function fsdk.LibraryUnregisterSecurityCallback can be called to unregister the security callback object with the registered filter name.
| def fsdk.RMSSecurityCallback.GetSecurityType | ( | ) |
Get the encryption type of security callback.