Some HFMwSecurity methods use bitmasks that represent identity types, which are types of users. The following table lists constants that represent the bits.
Table 73. tagHFM_IDENTITY_TYPE_FLAGS Enumeration
User Type | Constant |
---|
Application Administrator | HFM_IDENTITY_TYPE_APP_ADMIN |
User Group | HFM_IDENTITY_TYPE_GROUP |
User | HFM_IDENTITY_TYPE_USER |
Invalid security identifier | HFM_IDENTITY_TYPE_INVALID_SID |