Show / Hide Table of Contents

Class TemporaryUserLoginInfo

Represents temproary login information for a user record.

Inheritance
Object
TemporaryUserLoginInfo
Inherited Members
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)
Namespace: IRM.AspNetCore.Identity
Assembly: IRM.AspNetCore.Identity.dll
Syntax
public class TemporaryUserLoginInfo

Properties

Code

Gets or sets the invitation token.

Declaration
public string Code { get; set; }
Property Value
String

UserId

Gets or sets the unique identifier.

Declaration
public string UserId { get; set; }
Property Value
String

UserName

Gets or sets the user name.

Declaration
public string UserName { get; set; }
Property Value
String

Methods

ToString()

Declaration
public override string ToString()
Returns
String

Overrides
System.Object.ToString()
Back to top Generated by DocFX