Log In

ValidateSignature

Description

Adds a new product property.

bool ValidateSignature(string xmlValue, string publicKey, out string errorMessage)

Parameters

ParameterTypeDescription
xmlValuestringxml fragment representing the product properties
publicKeystringthe RSA public key
errorMessagestringreturned error message if the validation failed

Return

TypeDescription
booltrue if the signature is valid; otherwise false.