←Select platform

DicomMacAlgorithm Enumeration

Summary

Specifies the MAC Algorithm (0400,0015). This is the algorithm that should be used to generate the MAC.

Syntax
C#
VB
C++
public enum DicomMacAlgorithm   
Public Enum DicomMacAlgorithm  
public enum class DicomMacAlgorithm   

Members
ValueMemberDescription
0Ripemd160 Use the RACE Integrity Primitives Evaluation (RIPEMD-160) hash function (recommended).
1Sha1 Use the Secure Hash Algorithm (SHA-1) hash function.
2MD5 Use the Message Digest - 5 (MD5) hash function.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly