HsvSecurityLoadACV Type Library Overview

The HsvSecurityLoadACV type library contains the HsvSecurityLoadACV object, which you use to load and extract security information. The HsvSecurityLoadACV type library also exposes the HsvLoadExtractOptions and HsvLoadExtractOption interfaces, which you use to specify load and extract options.

For an overview of how to use this type library to load or extract metadata, see the following topics:

The following table lists the HsvSecurityLoadACV object’s properties, and Table 46 lists the HsvSecurityLoadACV object’s methods.

Table 45. HsvSecurityLoadACV Object Properties

Property

Description

ExtractOptions

Returns an object reference to an instance of the IHsvLoadExtractOptions interface for an extraction operation. You must set this property before calling Extract.

LoadOptions

Returns an object reference to an instance of the IHsvLoadExtractOptions interface for a load operation. You must set this property before calling Load.

The above properties are also members of other type libraries, and are described in detail in Common Load and Extract Properties.

The following table summarizes the HsvSecurityLoadACV object’s methods.

Table 46. HsvSecurityLoadACV Object Methods

Method

Description

Extract

Extracts security information to a text file on the client computer.

Load

Loads security information from a text file on a client computer.

SetSession

Points to the HsvSession object for the application in which security information is being loaded or extracted.

Caution!

You must call SetSession before using any of the HsvSecurityLoadACV object’s other properties or methods.

The Extract and SetSession methods are also members of other type libraries, and are described in Common Load and Extract Methods. The HsvSecurityLoadACV’s Load method is slightly different than the Load method of other load- and extract-related type libraries; for details, see Load.