ValidateSignature

Description

Adds a new product property.

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

Parameters

ParameterTypeDescription

xmlValue

string

xml fragment representing the product properties

publicKey

string

the RSA public key

errorMessage

string

returned error message if the validation failed

Return

TypeDescription

bool

true if the signature is valid; otherwise false.

Last updated