IPWorks Auth 2020 Kotlin Edition

Questions / Feedback?

HashAlgorithm Property

The HMAC Hash Algorithm.

Syntax

public var hashAlgorithm: OcraHashAlgorithms

public enum class OcraHashAlgorithms(val value: Int) {
haSHA1(0),
haSHA256(1),
haSHA512(2);
}

Default Value

0

Remarks

This property specifies the hash algorithm used by the component. Possible values are:

  • 0 (SHA-1 - default)
  • 1 (SHA-256)
  • 2 (SHA-512)

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks Auth 2020 Kotlin Edition - Version 20.0 [Build 7941]