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)
Syntax
public interface IIdentityMessageService
public interface class IIdentityMessageService
type IIdentityMessageService = interface end
Public Interface IIdentityMessageService
Methods
Name | Description | |
---|---|---|
SendAsync(IdentityMessage) | Sends the message. |
Extension Methods
Name | Description | |
---|---|---|
Send(IdentityMessage) | Sync method to send the IdentityMessage(Defined by IIdentityMessageServiceExtensions.) |
See Also
Microsoft.AspNet.Identity Namespace
ASP.NET Identity
Return to top