StrongNameSignatureVerificationFromImage Function
.NET Framework 4.5
Verifies that an assembly that has already been mapped to memory is valid for the associated public key.
This function has been deprecated. Use the ICLRStrongName::StrongNameVerificationFromImage method instead.
BOOLEAN StrongNameSignatureVerificationFromImage (
[in] BYTE *pbBase,
[in] DWORD dwLength,
[in] DWORD dwInFlags,
[out] DWORD *pdwOutFlags
);
If the StrongNameSignatureVerificationFromImage function does not complete successfully, call the StrongNameErrorInfo function to retrieve the last generated error.
Platforms: See .NET Framework System Requirements.
Header: StrongName.h
Library: Included as a resource in mscoree.dll
.NET Framework Versions: 4.5, 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0