Method Matches
- Namespace
- QueryGuard
- Assembly
- QueryGuard.Core.dll
Matches(string?, IReadOnlyList<string>?)
Determines whether this entry matches a finding's fingerprint and tags.
public bool Matches(string? fingerprintId, IReadOnlyList<string>? tags)
Parameters
fingerprintIdstringThe fingerprint identifier, if the finding has one.
tagsIReadOnlyList<string>The tags recognized on the fingerprint's group.