L_MAC_METHOD

Summary

Specifies the message authentication code type.

Syntax

enum _L_MAC_METHOD 
{ 
   L_MAC_NONE  = 0x00, 
   L_MAC_SHA1  = 0x10, 
   L_MAC_MD5   = 0x11, 
}; 

Members

L_MAC_NONE

Returned if no secure connection is established.

L_MAC_SHA1

Secure Hash Algorithm (New and improved algorithm).

L_MAC_MD5

Message-Digest algorithm 5.

Usage

LDicomNet::GetIntegrityAlgorithmTLS

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

LEADTOOLS DICOM C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.