Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Gets a value that indicates whether the assembly manifest at the supplied path contains a strong name signature.
Syntax
HRESULT StrongNameSignatureVerificationEx (
[in] LPCWSTR wszFilePath,
[in] BOOLEAN fForceVerification,
[out] BOOLEAN *pfWasVerified
);
Parameters
wszFilePath
[in] The path to the portable executable (.exe or .dll) file for the assembly to be verified.
fForceVerification
[in] true to perform verification, even if it is necessary to override registry settings; otherwise, false.
pfWasVerified
[out] true if the strong name signature was verified; otherwise, false. pfWasVerified is also set to false if the verification was successful due to registry settings.
Return Value
S_OK if the verification was successful; otherwise, an HRESULT value that indicates failure (see Common HRESULT Values for a list).
Remarks
The ICLRStrongName::StrongNameSignatureVerificationEx method provides a capability similar to the ICLRStrongName::StrongNameSignatureVerification method. However, the second input parameter and the output parameter for ICLRStrongName::StrongNameSignatureVerificationEx are of type BOOLEAN instead of DWORD.
Requirements
Platforms: See System Requirements.
Header: MetaHost.h
Library: Included as a resource in MSCorEE.dll
.NET Framework Versions: Available since 4