Modules | |
| X400 MS (P3/P7) API | |
Macros | |
| #define | MS_BIND_SIMPLE 0 |
| #define | MS_BIND_STRONG_P3 1 |
| #define | MS_BIND_STRONG_P7 2 |
Detailed Description
Macro Definition Documentation
◆ MS_BIND_SIMPLE
| #define MS_BIND_SIMPLE 0 |
Simple authentication via password
Definition at line 353 of file x400_msapi.h.
◆ MS_BIND_STRONG_P3
| #define MS_BIND_STRONG_P3 1 |
Strong authentication for P3 UA<->MTA
- Examples
- examples/x400_mssend_strong.c.
Definition at line 356 of file x400_msapi.h.
◆ MS_BIND_STRONG_P7
| #define MS_BIND_STRONG_P7 2 |
Strong authentication for P7 UA<->MS
- Examples
- examples/x400_mssend_strong.c.
Definition at line 359 of file x400_msapi.h.