Security Extract Options

For each security extract option, the following table lists the constant that identifies the option and the corresponding Name property — either the constant or the name can be passed to IHsvLoadExtractOptions.Item. The table also describes each option and the type of information to be passed to IHsvLoadExtractOption.CurrentValue.

Tip:

For information on Item, see Item. For information on CurrentValue, see CurrentValue.

Table 75. Security Extract Options

Constant

Extract Option Information

HSV_SECURITYEXTRACT_OPT_DELIMITER_CHAR

Name property: Delimiter

Usage: Specifies an extract file’s delimiter.

Pass to CurrentValue: String — a valid delimiter character. The ValidationList property returns the valid delimiters.

HSV_SECURITYEXTRACT_OPT_ROLE_ACCESS

Name property: RoleAccess

Usage: Determines whether role access definitions will be extracted.

Pass to CurrentValue: Boolean — TRUE to extract role access definitions, FALSE otherwise.

HSV_SECURITYEXTRACT_OPT_SECURITY_CLASS_ACCESS

Name property: SecurityClassAccess

Usage: Determines whether security class access definitions will be extracted.

Pass to CurrentValue: Boolean — TRUE to extract security access definitions, FALSE otherwise.

HSV_SECURITYEXTRACT_OPT_SECURITY_CLASSES

Name property: SecurityClasses

Usage: Determines whether security classes will be extracted.

Pass to CurrentValue: Boolean — TRUE to extract security classes, FALSE otherwise.

HSV_SECURITYEXTRACT_OPT_USERS

Name property: Users

Usage: Determines whether usernames and user groups will be extracted.

Pass to CurrentValue: Boolean — TRUE to extract usernames and user groups, FALSE otherwise.