NbUserResetPasswordWithUsernameAsync Method |
パスワードリセット (username指定)
Namespace: Nec.NebulaAssembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax public static Task ResetPasswordWithUsernameAsync(
string username,
NbService service = null
)
Public Shared Function ResetPasswordWithUsernameAsync (
username As String,
Optional service As NbService = Nothing
) As Task
public:
static Task^ ResetPasswordWithUsernameAsync(
String^ username,
NbService^ service = nullptr
)
static member ResetPasswordWithUsernameAsync :
username : string *
?service : NbService
(* Defaults:
let _service = defaultArg service null
*)
-> Task
Parameters
- username
- Type: SystemString
ユーザ名 - service (Optional)
- Type: Nec.NebulaNbService
サービス
Return Value
Type:
TaskTask
Exceptions Exception | Condition |
---|
ArgumentNullException | ユーザ名がnull |
Version Information Core
Supported in: 1.0
See Also