Foxit PDF SDK
FSDK.SecurityCallback Class Reference
Inheritance diagram for FSDK.SecurityCallback:
FSDK.CertificateSecurityCallback FSDK.DRMSecurityCallback

Public Member Functions

 Release ()
 A callback function used to release current callback object itself. More...
 

Detailed Description

This is just the base class for other concrete security callback object. User should not inherit this class directly when implementing a security callback for any type of decryption and encryption. User should inherit any derived callback class of this base class.

Member Function Documentation

◆ Release()

FSDK.SecurityCallback.Release ( )

A callback function used to release current callback object itself.

Returns
None.