C# 클래스 Candor.Security.UserNotificationProvider

A base provider definition to send notifications to users regarding their account.
상속: System.Configuration.Provider.ProviderBase
파일 보기 프로젝트 열기: michael-lang/candor-common

공개 메소드들

메소드 설명
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