ValidationHelperValidateHashes Method |
Namespace: CMS.Helpers
public static bool ValidateHashes( IList<string> values, IList<string> hashes, HashSettings settings = null )
Exception | Condition |
---|---|
ArgumentNullException | If either values or hashes are null. |
ArgumentException | If number of hashes does not match the number of values. |