Class TwoFactorCodeEmailViewModel
Represents the information that is needed when creating a tow factor code e-mail.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
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. |