IdentityBuilder.AddUserConfirmation<TUserConfirmation> Yöntem

Tanım

için bir IUserConfirmation<TUser> ekler.

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

Tür Parametreleri

TUserConfirmation

Eklenecek kullanıcı onayının türü.

Döndürülenler

Geçerli IdentityBuilder örnek.

Şunlara uygulanır