Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a value indicating whether the assembly manifest at the supplied path contains a strong name signature, which is verified according to the specified flags.
BOOLEAN StrongNameSignatureVerification (
[in] LPCWSTR wszFilePath,
[in] DWORD dwInFlags,
[out] DWORD *pdwOutFlags
);
Parameters
| Parameter | Description |
|---|---|
wszFilePath |
[in] The path to the portable executable (.dll or .exe) file for the assembly to verify. |
dwInFlags |
[in] Flags to modify the verification behavior. The following values are supported:
|
pdwOutFlags |
[out] Flags indicating whether the strong name signature was verified. The following value is supported:
|
Return Value
true if the verification was successful; otherwise, false.
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
See Also
Reference
StrongNameSignatureVerificationEx Function