GetAppIdAuthority Function

Gets a pointer to an IAppIdAuthority instance that manages keys for application identities and references.

Syntax

HRESULT GetAppIdAuthority (  
    [out] IAppIdAuthority **ppIAppIdAuthority  
 );  

Parameters

ppIAppIdAuthority
[out] The returned IAppIdAuthority pointer.

Requirements

Platforms: See System Requirements.

Header: Isolation.h

.NET Framework Versions: Available since 2.0

See also