C# Класс Candor.Security.UserNotificationProvider

A base provider definition to send notifications to users regarding their account.
Наследование: System.Configuration.Provider.ProviderBase
Показать файл Открыть проект

Открытые методы

Метод Описание
NotifyPasswordReset ( String userName, ExecutionResults result ) : bool

Sends a password reset notification to the specified user.

Описание методов

NotifyPasswordReset() публичный Метод

Sends a password reset notification to the specified user.
public NotifyPasswordReset ( String userName, ExecutionResults result ) : bool
userName String The user to notify.
result ExecutionResults /// A placeholder for errors in the system, such as email not available now. /// Do not notify caller if the user does not exist, for security reasons.
Результат bool