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