IIdentityValidator<T> Interface

 

Defines the methods to implement to validate an item.

Namespace:   Microsoft.AspNet.Identity
Assembly:  Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)

public interface IIdentityValidator<in T>

Type Parameters

inT

The type of the validator.

NameDescription
System_CAPS_pubmethodValidateAsync(T)

Asynchronously validates the item.

Return to top
Show: