SecureBlackbox 2020 .NET Edition

Questions / Feedback?

IsPasswordValid Method

Validates an OTP password for a user.

Syntax

public bool IsPasswordValid(string username, string password);
Public Function IsPasswordValid(ByVal Username As String, ByVal Password As String) As Boolean

Remarks

Use this method to check a one-time Password for a user specified by UserID. The known users' details need to be provided in Users list.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 .NET Edition - Version 20.0 [Build 8165]