diff --git a/security/asset/inc/asset_type.h b/security/asset/inc/asset_type.h index 9e17239b0408dbcba35e86b6f648412b542062bf..12285db916d11663505689df787c9c80f7f2f242 100755 --- a/security/asset/inc/asset_type.h +++ b/security/asset/inc/asset_type.h @@ -208,6 +208,12 @@ typedef enum { * @since 12 */ ASSET_TAG_OPERATION_TYPE = ASSET_TYPE_NUMBER | 0x46, + /** + * A tag whose value is a bool indicating whether the attributes of an asset are required to be encrypted. + * + * @since 12 + */ + ASSET_TAG_REQUIRE_ATTR_ENCRYPTED = TagType.BOOL | 0x47, } Asset_Tag; /**