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: Available since 2.0

See also