L_MUTUAL_AUTH_METHOD

Summary

Specifies the authentication mode or algorithm.

Syntax

enum _L_MUTUAL_AUTH_METHOD 
{ 
   L_MUTUALAUTH_NONE = 0, 
   L_MUTUALAUTH_RSA  = 0x20, 
   L_MUTUALAUTH_DSS  = 0x21, 
   L_MUTUALAUTH_DH   = 0x022, 
}; 

Members

L_MUTUALAUTH_NONE

No mutual authentication. Returned if no secure connection is established.

L_MUTUALAUTH_RSA

Mutual authentication through RSA certificates.

L_MUTUALAUTH_DSS

Mutual authentication through DSS.

L_MUTUALAUTH_DH

Mutual authentication through DH.

Usage

LDicomNet::GetAuthenticationAlgorithmTLS

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.