The Forefront Identity Manager Certificate Management (FIM CM) Provision API supports .NET Framework remoting to allow for the distribution of client and server components. When you write applications that use the Provision API, you should decide whether your application will run in the same process as the FIM CM Web application, or if it will run as a distributed process (or multiple process threads).

In essence, there are two cases to consider when you are trying to decide whether a FIM CM application that uses the Provision API is required to use .NET Framework remoting.

For more information about .NET Framework remoting in the Provision API, see FIM CM Remoting Configuration .

See Also