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