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
System_CAPS_pubmethod IdentityMessage()

Initializes a new instance of the IdentityMessage class.

Properties

Name Description
System_CAPS_pubproperty Body

Gets or sets the message contents.

System_CAPS_pubproperty Destination

Gets or sets the destination, that is, to e-mail, or SMS phone number.

System_CAPS_pubproperty Subject

Gets or sets the subject.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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