Last updated 1 year ago
Adds a new product property.
bool ValidateSignature(string xmlValue, string publicKey, out string errorMessage)
xmlValue
string
xml fragment representing the product properties
publicKey
the RSA public key
errorMessage
returned error message if the validation failed
bool
true if the signature is valid; otherwise false.