Show / Hide Table of Contents

Class NullRecaptchaValidator

Inheritance
object
NullRecaptchaValidator
Implements
IRecaptchaValidator
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Account.Security.Recaptcha
Assembly: Volo.Abp.Account.Pro.Public.Application.Contracts.dll
Syntax
public class NullRecaptchaValidator : IRecaptchaValidator

Constructors

NullRecaptchaValidator()

Declaration
public NullRecaptchaValidator()

Properties

Instance

Declaration
public static NullRecaptchaValidator Instance { get; }
Property Value
Type Description
NullRecaptchaValidator

Methods

ValidateAsync(string)

Declaration
public Task ValidateAsync(string captchaResponse)
Parameters
Type Name Description
string captchaResponse
Returns
Type Description
Task

Implements

IRecaptchaValidator
In this article
Back to top Powered by Volosoft