C#
VB
WinRT C#
C++
Specifies the authentication mode or algorithm.
public enum DicomTlsAuthenticationMethodType
Public Enum DicomTlsAuthenticationMethodType
public enum DicomTlsAuthenticationMethodType
Leadtools.Dicom.DicomTlsAuthenticationMethodType = function() { };
Leadtools.Dicom.DicomTlsAuthenticationMethodType.prototype = {<br/>
LeadtoolsMemberMarker(replace me)
};
public enum class DicomTlsAuthenticationMethodType
Members
Value | Member | Description |
---|---|---|
0 | None | No mutual authentication. Returned if no secure connection is established. |
32 | Rsa | Mutual authentication through RSA certificates. |
33 | Dss | Mutual authentication through DSS. |
34 | Dh | Mutual authentication through DH. |
For an example, refer to SetTlsClientCertificate.
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