C#
VB
WinRT C#
C++
Specifies the verification mode to be used.
[FlagsAttribute()]
public enum DicomOpenSslVerificationFlags
<FlagsAttribute()>
Public Enum DicomOpenSslVerificationFlags
[FlagsAttribute()]
public enum DicomOpenSslVerificationFlags
Leadtools.Dicom.DicomOpenSslVerificationFlags = function() { };
Leadtools.Dicom.DicomOpenSslVerificationFlags.prototype = {<br/>
LeadtoolsMemberMarker(replace me)
};
[FlagsAttribute()]
public enum class DicomOpenSslVerificationFlags
Members
Value | Member | Description |
---|---|---|
0x00000000 | None | Server 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. |
0x00000001 | Peer | Server 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. |
0x00000002 | FailIfNoPeerCertificate | Server 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. |
0x00000004 | ClientOnce | Server 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. |
0x00000007 | All | Internal use only. |
For an example, refer to Initialize.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET