Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a pointer to an interface that allows the common language runtime (CLR) to manage identities.
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: Windows 2000, Windows XP, Windows Server 2003 family
Header: MSCorEE.idl
Library: MSCorWks.dll
.NET Framework Version: 2.0