Share via


GetCLRIdentityManager Function

Gets a pointer to an interface that allows the common language runtime (CLR) to manage identities.

This function has been deprecated in the .NET Framework version 4.

STDAPI GetCLRIdentityManager(
    [in]  REFIID      riid,
    [out] IUnknown  **ppManager
);

Parameters

  • riid
    [in] A REFIID (an interface identifier) that specifies which interface to get. This value must be either IID_ICLRAssemblyIdentityManager or IID_ICLRHostBindingPolicyManager.

  • ppManager
    [out] A pointer to the address of either an ICLRAssemblyIdentityManager or an ICLRHostBindingPolicyManager object.

Remarks

Call the GetRealProcAddress function to get a pointer to the GetCLRIdentityManager function.

Requirements

Platforms: See .NET Framework System Requirements.

Header: MSCorEE.h

Library: MSCorWks.dll

.NET Framework Versions: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0

See Also

Other Resources

.NET Framework 1.1 and 2.0 Hosting Global Static Functions