StrongNameSignatureVerificationFromImage Function
Verifies that an assembly that has already been mapped to memory is valid for the associated public key.
BOOLEAN StrongNameSignatureVerificationFromImage (
[in] BYTE *pbBase,
[in] DWORD dwLength,
[in] DWORD dwInFlags,
[out] DWORD *pdwOutFlags
);
Parameters
Parameter | Description |
---|---|
pbBase |
[in] The relative virtual address of the mapped assembly manifest. |
dwLength |
[in] The size, in bytes, of the mapped image. |
dwInFlags |
[in] Flags that influence verification behavior. The following values are supported:
|
pdwOutFlags |
[out] A flag for additional output information. The following value is supported:
|
Return Value
true on successful completion; otherwise, false.
Remarks
If the StrongNameSignatureVerificationFromImage function does not complete successfully, call the StrongNameErrorInfo Function function to retrieve the last generated error.
Requirements
Platforms: Windows 2000, Windows XP, Windows Server 2003 family
Header: StrongName.h
Library: Included as a resource in mscoree.dll
.NET Framework Version: 2.0, 1.1, 1.0