Constructor QueryFingerprintFactory
- Namespace
- QueryGuard
- Assembly
- QueryGuard.Core.dll
QueryFingerprintFactory(IQueryGuardRedactor?, ISqlNormalizer?)
Initializes a new instance of the QueryFingerprintFactory class.
public QueryFingerprintFactory(IQueryGuardRedactor? redactor = null, ISqlNormalizer? normalizer = null)
Parameters
redactorIQueryGuardRedactorThe redactor applied after normalization. Defaults to a redactor with default capture options.
normalizerISqlNormalizerThe normalizer applied first. Defaults to SqlNormalizer.