Class SmsService
Inheritance
System.Object
SmsService
Implements
Microsoft.AspNet.Identity.IIdentityMessageService
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ImageVault.Web.Security.Identity
Assembly: ImageVault.Web.dll
Syntax
public class SmsService
Constructors
SmsService()
Declaration
public SmsService()
Methods
SendAsync(IdentityMessage)
Declaration
public Task SendAsync(IdentityMessage message)
Parameters
| Type | Name | Description |
|---|---|---|
| Microsoft.AspNet.Identity.IdentityMessage | message |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Implements
Microsoft.AspNet.Identity.IIdentityMessageService