LEADTOOLS Medical (Leadtools.Dicom assembly)

DicomOpenSslVerificationFlags Enumeration

Show in webframe







Specifies the verification mode to be used.
Syntax
[FlagsAttribute()]
public enum DicomOpenSslVerificationFlags : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum DicomOpenSslVerificationFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As DicomOpenSslVerificationFlags
[FlagsAttribute()]
public enum DicomOpenSslVerificationFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  

            

            
Leadtools.Dicom.DicomOpenSslVerificationFlags = function() { };
Leadtools.Dicom.DicomOpenSslVerificationFlags.prototype = {
None = 0x00000000, Peer = 0x00000001, FailIfNoPeerCertificate = 0x00000002, ClientOnce = 0x00000004, All = 0x00000007, };
[FlagsAttribute()]
public enum class DicomOpenSslVerificationFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000NoneServer mode: No request for a certificate is sent to the client, and the client should not send a certificate.

Client mode: If the server sends a certificate, it will be verified, but failure will not terminate communication. This flag should not be used in conjunction with any other flag.

0x00000001PeerServer mode: A request for a certificate is sent to the client. The client can ignore the request, but if the client does send a certificate, it will be verified. If verification fails, communication is terminated.

Client mode: If the server sends a certificate, it is verified. If verification fails, communication is terminated.

0x00000002FailIfNoPeerCertificateServer mode: If the client does not send a certificate, or if a certificate is sent that fails verification, then communication is terminated. This flag must be combined with Peer.

Client mode: This flag is ignored.

0x00000004ClientOnceServer mode: During initial negotiation, a certificate is requested from the client. During renegotiation, no certificates are requested. This flag must be used with Peer">.

Client mode: This flag is ignored.

0x00000007AllInternal use only.
Example
For an example, refer to DicomNet.Initialize.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Dicom.DicomOpenSslVerificationFlags

Requirements

Target Platforms

See Also

Reference

Leadtools.Dicom Namespace
DicomOpenSslContextCreationSettings Class
VerificationFlags Property
Initialize Method

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features