IIdentityValidator<T> Interface

Used to validate an item

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

Syntax

'Declaration
Public Interface IIdentityValidator(Of T)
'Usage
Dim instance As IIdentityValidator(Of T)
public interface IIdentityValidator<T>
generic<typename T>
public interface class IIdentityValidator
type IIdentityValidator<'T> =  interface end
JScript does not support generic types and methods.

Type Parameters

  • T

The IIdentityValidator<T> type exposes the following members.

Methods

  Name Description
Public method ValidateAsync Validate the item

Top

See Also

Reference

Microsoft.AspNet.Identity Namespace