Click or drag to resize
NbUserResetPasswordWithEmailAsync Method
パスワードリセット (email指定)

Namespace: Nec.Nebula
Assembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax
public static Task ResetPasswordWithEmailAsync(
	string email,
	NbService service = null
)

Parameters

email
Type: SystemString
E-mail
service (Optional)
Type: Nec.NebulaNbService
サービス

Return Value

Type: Task
Task
Exceptions
ExceptionCondition
ArgumentNullExceptionE-mailがnull
Version Information

Core

Supported in: 1.0
See Also