IdentityMessage Class
Represents a message.
Assembly: Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)
| Name | Description | |
|---|---|---|
![]() | IdentityMessage() | Initializes a new instance of the IdentityMessage class. |
| 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. |
| 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.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


