Click or drag to resize
EncryptionHelperVerifyRSA Method
Verifies RSA signed license key.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static bool VerifyRSA(
	string inputText,
	string publicKey
)

Parameters

inputText
Type: SystemString
License key
publicKey
Type: SystemString
RSA public key

Return Value

Type: Boolean
See Also