Show / Hide Table of Contents

Class OneTimePasswordViewModel

Represents the information that is needed when creating a one-time password e-mail.

Inheritance
Object
EmailViewModel
EmailViewModel
CodeEmailViewModel
OneTimePasswordViewModel
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 OneTimePasswordViewModel : CodeEmailViewModel

Constructors

OneTimePasswordViewModel(String, String)

Creates a new instance of OneTimePasswordViewModel.

Declaration
public OneTimePasswordViewModel(string to, string password)
Parameters
String to

The reciever of the text message.

String password

The one-time password that should be send to the user.

Back to top Generated by DocFX