ClmUtils Constructor

Creates an instance of the ClmUtils class.

Namespace: Mms_Metaverse
Assembly: ClmUtils (in ClmUtils.dll)

Usage

'Usage
Dim nameOfCLMMAs As String()

Dim instance As New ClmUtils(nameOfCLMMAs)

Syntax

'Declaration
Public Sub New ( _
    nameOfCLMMAs As String() _
)
public ClmUtils (
    string[] nameOfCLMMAs
)
public:
ClmUtils (
    array<String^>^ nameOfCLMMAs
)
public ClmUtils (
    String[] nameOfCLMMAs
)
public function ClmUtils (
    nameOfCLMMAs : String[]
)

Parameters

  • nameOfCLMMAs
    The names of the Forefront Identity Manager Certificate Management (FIM CM) management agents that are referenced during the use of ClmUtils.

Remarks

The constructor is responsible for getting the correct information that the ClmUtils class needs to help with provisioning decisions. To obtain this information, you must populate a string array with the names of the FIM CM management agents that you reference when you use the ClmUtils class.

During the construction of the ClmUtils class, the connector space of the FIM CM Management Agent is evaluated for the presence of the CN=config_data object. This object contains the necessary configuration data to assist the provisioning decisions that the ClmUtils methods make.

If you did not do your initial import from the FIM CM data source to get the CN=config_data object into the connector space, the constructor throws an exception.

Platforms

Target Platforms

See Also

Reference

ClmUtils Class
ClmUtils Members
Mms_Metaverse Namespace
ClmUtils Class