IPWorks Encrypt 2020 .NET Edition

Questions / Feedback?

HashAlgorithm Property

The hash algorithm used for signing and signature verification.

Syntax

public RsaHashAlgorithms HashAlgorithm { get; set; }

enum RsaHashAlgorithms { rhaSHA1, rhaSHA224, rhaSHA256, rhaSHA384, rhaSHA512, rhaRIPEMD160, rhaMD2, rhaMD5, rhaMD5SHA1 }
Public Property HashAlgorithm As RsaHashAlgorithms

Enum RsaHashAlgorithms rhaSHA1 rhaSHA224 rhaSHA256 rhaSHA384 rhaSHA512 rhaRIPEMD160 rhaMD2 rhaMD5 rhaMD5SHA1 End Enum

Default Value

2

Remarks

This property specifies the hash algorithm used for signing and signature verification. Possible values are:

0 (rhaSHA1) SHA-1
1 (rhaSHA224) SHA-224
2 (rhaSHA256 - default) SHA-256
3 (rhaSHA384) SHA-384
4 (rhaSHA512) SHA-512
5 (rhaRIPEMD160) RIPEMD-160
6 (rhaMD2) MD2
7 (rhaMD5) MD5
8 (rhaMD5SHA1) MD5SHA1

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