←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
WinRT C#
C++
public enum DicomMacAlgorithm   
Public Enum DicomMacAlgorithm  
    
    
public enum DicomMacAlgorithm    
Leadtools.Dicom.DicomMacAlgorithm = function() { }; 
Leadtools.Dicom.DicomMacAlgorithm.prototype = {<br/> 
  LeadtoolsMemberMarker(replace me) 
 }; 
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly