IdentityMessage Class

 

Represents a message.

Namespace:   Microsoft.AspNet.Identity
Assembly:  Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)

System.Object
  Microsoft.AspNet.Identity.IdentityMessage

public class IdentityMessage

NameDescription
System_CAPS_pubmethodIdentityMessage()

Initializes a new instance of the IdentityMessage class.

NameDescription
System_CAPS_pubpropertyBody

Gets or sets the message contents.

System_CAPS_pubpropertyDestination

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

System_CAPS_pubpropertySubject

Gets or sets the subject.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: