API reference
Method NotValidated
- Namespace
- DisCatSharp.Hosting.AspNetCore.Ingress.Security
- Assembly
- DisCatSharp.Hosting.AspNetCore.dll
NotValidated(string?)
Creates a result that indicates no validator evaluated the request.
public static DiscordIngressSignatureValidationResult NotValidated(string? validatorName = null)
Parameters
validatorNamestringThe validator name, when applicable.
Returns
- DiscordIngressSignatureValidationResult
A not-validated result.