Table of Contents
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

validatorName string

The validator name, when applicable.

Returns

DiscordIngressSignatureValidationResult

A not-validated result.