IdentityBuilder.AddUserConfirmation<TUserConfirmation> Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a IUserConfirmation<TUser> for the .
public:
generic <typename TUserConfirmation>
where TUserConfirmation : class virtual Microsoft::AspNetCore::Identity::IdentityBuilder ^ AddUserConfirmation();
public virtual Microsoft.AspNetCore.Identity.IdentityBuilder AddUserConfirmation<TUserConfirmation> () where TUserConfirmation : class;
abstract member AddUserConfirmation : unit -> Microsoft.AspNetCore.Identity.IdentityBuilder (requires 'UserConfirmation : null)
override this.AddUserConfirmation : unit -> Microsoft.AspNetCore.Identity.IdentityBuilder (requires 'UserConfirmation : null)
Public Overridable Function AddUserConfirmation(Of TUserConfirmation As Class) () As IdentityBuilder
Type Parameters
- TUserConfirmation
The type of the user confirmation to add.
Returns
The current IdentityBuilder instance.