Click or drag to resize
IdmNetClient Constructor
Primary constructor for the IdmNetClient. Though this is public and can be called, the normal thing to do is to use IdmNetClientFactory.BuildClient(). This is available in case you want to build the client based on different assumptions made by the factory builder. For example, if you wanted to use a different client credentials mechanism, WCF binding, or endpoints

Namespace: IdmNet
Assembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntax
public IdmNetClient(
	SearchClient searchClient,
	ResourceFactoryClient factoryClient,
	ResourceClient resourceClient
)

Parameters

searchClient
Type: SearchClient
This is the SOAP client used to connect to Identity Manager for search functionality (WS-Enumeration - Enumerate and Pull operations)
factoryClient
Type: ResourceFactoryClient
This is the SOAP client used to create new objects/resources in Identity Manager (WS-Transfer - Create operation)
resourceClient
Type: ResourceClient
This is the SOAP client used to modify existing objects/resources in Identity Manager
See Also