SecureBlackbox 2020 .NET Edition

Questions / Feedback?

IsHOTPPasswordValid Method

Validates a hash-based one-time password.

Syntax

public bool IsHOTPPasswordValid(byte[] keySecret, int passwordLength, int counter, string password);
Public Function IsHOTPPasswordValid(ByVal KeySecret As Byte(), ByVal PasswordLength As Integer, ByVal Counter As Integer, ByVal Password As String) As Boolean

Remarks

Use this method to validate a hash-based one-time password (HOTP) by using explicit HOTP parameters. For this method to work, no user details need to be provided in Users collection.

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