|
SimpleECM Image Processing SDK
1.1
|
#import <SECMLicense.h>
Class Methods | |
| (BOOL) | + verifyLicense:withSignedLicense: |
Definition at line 11 of file SECMLicense.h.
| + (BOOL) verifyLicense: | (NSData *) | license | |
| withSignedLicense: | (NSData *) | signedLicense | |
Verifies the license is valid. If the license isn't valid, the image operations won't do anything. Run this before using the SDK.
| NSData | license data containing the license file |
| NSData | signedLicense data containing the signed license file |