IIdentityMessageService Interface
Defines the methods to implement to expose a way to send messages, for example, e-mail or SMS.
Assembly: Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)
| Name | Description | |
|---|---|---|
![]() | SendAsync(IdentityMessage) | Sends the message. |
| Name | Description | |
|---|---|---|
![]() | Send(IdentityMessage) | Sync method to send the IdentityMessage(Defined by IIdentityMessageServiceExtensions.) |
Show:
