Gets a list of the profiles in the Forefront Identity Manager Certificate Management (FIM CM) management agent connector space that are connected to the MVEntry object that is being evaluated.
Namespace: Mms_Metaverse
Assembly: ClmUtils (in clmutils.dll)

Usage

Visual Basic
Dim instance As ClmUtils
Dim targetCLMMA As ConnectedMA
Dim profileTemplateUuid As Guid
Dim returnValue As List(Of CSEntry)

returnValue = instance.GetConnectedProfiles(targetCLMMA, profileTemplateUuid)

Syntax

Visual Basic
Public Function GetConnectedProfiles ( _
		targetCLMMA As ConnectedMA, _
		profileTemplateUuid As Guid _
) As List(Of CSEntry)
C#
public List<CSEntry> GetConnectedProfiles (
		ConnectedMA targetCLMMA,
		Guid profileTemplateUuid
)
C++
public:
List<CSEntry^>^ GetConnectedProfiles (
		ConnectedMA^ targetCLMMA, 
		Guid profileTemplateUuid
)
J#
public List<CSEntry> GetConnectedProfiles (
		ConnectedMA targetCLMMA, 
		Guid profileTemplateUuid
)
JScript
public function GetConnectedProfiles (
		targetCLMMA : ConnectedMA, 
		profileTemplateUuid : Guid
) : List<CSEntry>

Parameters

targetCLMMA

The FIM CM management agent through which the new object is provisioned.

profileTemplateUuid

The unique identifier in the form of a GUID to which to scope the returned results.

Return Value

The list of CSEntry objects that are of type clmProfile and connected to the MVEntry object.

Remarks

This method gets a list of the profiles in the FIM CM management agent connector space that are connected to the MVEntry object that is being evaluated. It scopes the result set to the profile template that is specified by profileTemplateUuid.


Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also