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