Specifies the hash algorithm used by Message Queuing when authenticating messages.
public enum class HashAlgorithm
public enum HashAlgorithm
type HashAlgorithm =
Public Enum HashAlgorithm
No hashing algorithm.
Md2 32769MD2 hashing algorithm.
Md4 32770MD4 hashing algorithm.
Md5 32771MD5 hashing algorithm.
Sha 32772SHA hashing algorithm.
Mac 32773MAC keyed-hash algorithm.
Sha256 32780SHA-256 hashing algorithm.
Sha384 32781SHA-384 hashing algorithm.
Sha512 32782SHA-512 hashing algorithm.
Message authentication provides two services. It provides a way to ensure message integrity and a way to verify who sent the message. To request authentication, the sending application must set the authentication level of the message to be authenticated and attach a security certificate to the message.
To authenticate messages, the Message Queuing run-time DLL on the source computer uses a hashing algorithm when creating a digital signature for a message. The target Queue Manager then uses the same hashing algorithm to authenticate the message when it is received.
For more information about the authentication process, see How Message Queuing Authenticates Messages.
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide. In this articleWas this page helpful?
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4