1.1.2.1.2.1.3 Attribute permission

C

#define PERMISSION_READ                                     0x01
#define PERMISSION_READ_AUTHEN                              0x02
#define PERMISSION_READ_AUTHEN_SC                           0x04
#define PERMISSION_READ_ENC                                 0x08
#define PERMISSION_WRITE                                    0x10
#define PERMISSION_WRITE_AUTHEN                             0x20
#define PERMISSION_WRITE_AUTHEN_SC                          0x40
#define PERMISSION_WRITE_ENC                                0x80

Description

The definition of attribute permissions.

Macro Definition

MacroDescription
PERMISSION_READRead access is premitted.
PERMISSION_READ_AUTHENRead access requires encryption, MITM protection.
PERMISSION_READ_AUTHEN_SCRead access requires encryption, MITM protection, Secure Connections.
PERMISSION_READ_ENCRead access requires encryption, No MITM protection.
PERMISSION_WRITEWrite access is premitted.
PERMISSION_WRITE_AUTHENWrite access requires encryption, MITM protection.
PERMISSION_WRITE_AUTHEN_SCWrite access requires encryption, MITM protection, Secure Connections.
PERMISSION_WRITE_ENCWrite access requires encryption, No MITM protection.