Syntax
typedef enum NetDmxSecurityMgr_Register
{
NetDmxSecurityMgr_Register_Default = 0,
NetDmxSecurityMgr_Register_KeepAlive = 0x1
} NetDmxSecurityMgr_Register;
Summary
The NetDmxSecurityMgr_Register constants define flags for security handler registration.
Constants
Constant | Description |
---|---|
NetDmxSecurityMgr_Register_Default | [0] The security manager will not hold a reference to the security handler. The user is responsible for guaranteeing the handler is available until the registration is revoked. |
NetDmxSecurityMgr_Register_KeepAlive | [1] The security manager will hold a reference to the security handler until the registration is revoked. |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document