Creates an instance of the ClmUtils class.
Namespace: Mms_Metaverse
Assembly: ClmUtils (in clmutils.dll)

Usage

Visual Basic
Dim nameOfCLMMAs As String()

Dim instance As New ClmUtils(nameOfCLMMAs)

Syntax

Visual Basic
Public Sub New ( _
		nameOfCLMMAs As String() _
)
C#
public ClmUtils (
		string[] nameOfCLMMAs
)
C++
public:
ClmUtils (
		array<String^>^ nameOfCLMMAs
)
J#
public ClmUtils (
		String[] nameOfCLMMAs
)
JScript
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