IIdentityMessageService Interface

 

Defines the methods to implement to expose a way to send messages, for example, e-mail or SMS.

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

public interface IIdentityMessageService

NameDescription
System_CAPS_pubmethodSendAsync(IdentityMessage)

Sends the message.

NameDescription
System_CAPS_pubmethodSend(IdentityMessage)

Sync method to send the IdentityMessage(Defined by IIdentityMessageServiceExtensions.)

Return to top
Show: