#include <cstdint>
#include "BitManip.h"
Go to the source code of this file.
|
| class | SecurityToken |
| | This class will store a digitally-signed token, where it contains identifying information that matches the logon credentials of the user. If the token has not expired, and the information matches, the user is granted the permissions encoded in the signed token. This class holds the information and provides the basic methods for checking it. More...
|
| |
◆ ACTION_CLEAR_SECURE_BIT
| #define ACTION_CLEAR_SECURE_BIT (0x01 << 1) |
◆ ACTION_SET_SECURE_BIT
| #define ACTION_SET_SECURE_BIT (0x01 << 0) |