/*
 * STRUCT: SE_SECURITY_INFO
 *
 *   Security classification information for a data object.
 */
typedef struct
{
SE_STRING system; (notes)
SE_STRING classification; (notes)
SE_STRING handling; (notes)
} SE_SECURITY_INFO;


Field Notes

system

 Name of security classification system (Optional)

 Note: use "United States Department of Defense"

classification

 Security classification level (Mandatory)

 Note: use "Unclassified", "Confidential",
       "Secret", "Top Secret", etc.

handling

 Additional handling restriction information (Optional)

 Note: use for downgrading date or any other
       type of security information
Prev: SE_SEASON_ENUM. Next: SE_SHADE_METHOD_ENUM. Up:Index