EncryptionHelperVerifyRSA Method |
Verifies RSA signed license key.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax public static bool VerifyRSA(
string inputText,
string publicKey
)
Parameters
- inputText
- Type: SystemString
License key - publicKey
- Type: SystemString
RSA public key
Return Value
Type:
BooleanSee Also