Share via


UserManager<TUser, TKey>.SmsService Property

Gets or sets the property used to send a SMS message.

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

Syntax

public IIdentityMessageService SmsService { get; set; }

Property Value

Type: Microsoft.AspNet.Identity.IIdentityMessageService
The property used to send a SMS message.

See Also

Reference

UserManager<TUser, TKey> Class

Microsoft.AspNet.Identity Namespace

Other Resources

ASP.NET Identity