IdentityMessage Class
Represents a message.
Namespace: Microsoft.AspNet.Identity
Assembly: Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)
Inheritance Hierarchy
System.Object
Microsoft.AspNet.Identity.IdentityMessage
Syntax
public class IdentityMessage
public ref class IdentityMessage
type IdentityMessage = class end
Public Class IdentityMessage
Constructors
Name | Description | |
---|---|---|
![]() |
IdentityMessage() | Initializes a new instance of the IdentityMessage class. |
Properties
Name | Description | |
---|---|---|
![]() |
Body | Gets or sets the message contents. |
![]() |
Destination | Gets or sets the destination, that is, to e-mail, or SMS phone number. |
![]() |
Subject | Gets or sets the subject. |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.AspNet.Identity Namespace
ASP.NET Identity
Return to top