typedef enum ltmsAuthentication
{
ltmsAuthentication_None,
ltmsAuthentication_Basic,
ltmsAuthentication_Digest,
} ltmsAuthentication;
Constant |
Description |
ltmsAuthentication_None |
Do not use authentication when connecting to the server. |
ltmsAuthentication_Basic |
Use Basic HTTP authentication connecting to the server. |
ltmsAuthentication_Digest |
Use Digest HTTP authentication when connecting to the server. |
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