Constructor QueryFingerprint
- Namespace
- QueryGuard
- Assembly
- QueryGuard.Core.dll
QueryFingerprint(string, string)
Initializes a new instance of the QueryFingerprint class.
public QueryFingerprint(string id, string normalizedSql)
Parameters
idstringThe stable identifier, conventionally
QG-FP-followed by an uppercase hex digest.normalizedSqlstringThe normalized, redacted SQL the identifier was derived from.
Exceptions
- ArgumentException
idis empty or whitespace.- ArgumentNullException
normalizedSqlis null.