INativeAPIStrongNameSignatureVerificationEx Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.98
Syntaxbool StrongNameSignatureVerificationEx(
string wszFilePath,
bool fForceVerification,
out bool pfWasVerified
)
Function StrongNameSignatureVerificationEx (
wszFilePath As String,
fForceVerification As Boolean,
<OutAttribute> ByRef pfWasVerified As Boolean
) As Boolean
bool StrongNameSignatureVerificationEx(
String^ wszFilePath,
bool fForceVerification,
[OutAttribute] bool% pfWasVerified
)
abstract StrongNameSignatureVerificationEx :
wszFilePath : string *
fForceVerification : bool *
pfWasVerified : bool byref -> bool Parameters
- wszFilePath String
-
- fForceVerification Boolean
-
- pfWasVerified Boolean
-
Return Value
Boolean
See Also