Compartir vía


ICorDebugMergedAssemblyRecord::GetPublicKey (Método)

Obtiene la clave pública del ensamblado.

Syntax

HRESULT GetPublicKey(
   [in] ULONG32 cbPublicKey,
   [out] ULONG32 *pcbPublicKey,
   [out, size_is(cbPublicKey), length_is(*pcbPublicKey)] BYTE pbPublicKey[]);

Parámetros

cbPublicKey [in] Número máximo de bytes de la pbPublicKey matriz.

pcbPublicKey [out] Puntero al número real de bytes escritos en la pbPublicKey matriz.

pbPublicKey [out] Puntero a una matriz de bytes que contiene la clave pública del ensamblado.

Observaciones

Nota:

Este método solo está disponible con .NET Native.

Requisitos

Plataformas: Consulte Sistemas operativos compatibles con .NET.

Encabezado: CorDebug.idl, CorDebug.h

Biblioteca: CorGuids.lib

Versiones de .NET: Disponible desde .NET Framework 4.6

Consulte también