Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 1.19 KB

getidentityauthority-function.md

File metadata and controls

48 lines (37 loc) · 1.19 KB
description title ms.date api_name api_location api_type f1_keywords helpviewer_keywords ms.assetid topic_type
Learn more about: GetIdentityAuthority Function
GetIdentityAuthority Function
03/30/2017
GetIdentityAuthority
fusion.dll
clr.dll
COM
GetIdentityAuthority
GetIdentityAuthority function [.NET Framework fusion]
843cd5ab-d2b7-4ff6-86bd-e68c7a91c098
apiref

GetIdentityAuthority Function

Gets a pointer to an IIdentityAuthority instance that manages keys for code objects.

Syntax

HRESULT GetIdentityAuthority (  
    [out] IIdentityAuthority   **ppIIdentityAuthority  
 );  

Parameters

ppIIdentityAuthority
[out] The returned IIdentityAuthority pointer.

Requirements

Platforms: See System Requirements.

Header: Isolation.h

.NET Framework Versions: [!INCLUDEnet_current_v20plus]

See also