IPWorks Auth 2020 .NET Edition

Questions / Feedback?

HashAlgorithm Property

The HMAC Hash Algorithm.

Syntax

public OcraHashAlgorithms HashAlgorithm { get; set; }

enum OcraHashAlgorithms { haSHA1, haSHA256, haSHA512 }
Public Property HashAlgorithm As OcraHashAlgorithms

Enum OcraHashAlgorithms haSHA1 haSHA256 haSHA512 End Enum

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) 2022 /n software inc. - All rights reserved.
IPWorks Auth 2020 .NET Edition - Version 20.0 [Build 8155]