Show / Hide Table of Contents

Class TwoFactorCodeEmailViewModel

Represents the information that is needed when creating a tow factor code e-mail.

Inheritance
Object
EmailViewModel
EmailViewModel
CodeEmailViewModel
TwoFactorCodeEmailViewModel
Inherited Members
CodeEmailViewModel.Code
EmailViewModel.ApplicationName
EmailViewModel.LogoUrl
EmailViewModel.To
EmailViewModel.Subject
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: IRM.AspNetCore.Identity.Mail
Assembly: IRM.AspNetCore.Identity.Mail.dll
Syntax
public class TwoFactorCodeEmailViewModel : CodeEmailViewModel

Constructors

TwoFactorCodeEmailViewModel(EmailAddress, String)

Creates a new instance of TwoFactorCodeEmailViewModel.

Declaration
public TwoFactorCodeEmailViewModel(EmailAddress to, string code)
Parameters
EmailAddress to

The reciever of the email.

String code

The code that should be send to the user.

Back to top Generated by DocFX