IP*Works! Encrypt V9 - Online Help
IP*Works! Encrypt V9
Questions / Feedback?

PasswordAlgorithm Property

The algorithm used to create or validate the password.

Syntax

[VB.NET]
Public Property PasswordAlgorithm As OnetimepasswordPasswordAlgorithms

[C#]
public OnetimepasswordPasswordAlgorithms PasswordAlgorithm {get; set;}

enum OnetimepasswordPasswordAlgorithms { paTOTP, paHOTP }

Remarks

This property specifies whether to use the HMAC-Based or Time-Based One Time Password algorithm. Possible values are:

0 (paTOTP - default) Time-Based One Time Password Algorithm.
1 (paHOTP) HMAC-Based One Time Password Algorithm.

Default Value

0

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 9.0.6240.0