ICLRStrongNameStrongNameSignatureVerificationEx Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxbyte StrongNameSignatureVerificationEx(
string pwzFilePath,
byte fForceVerification
)
Function StrongNameSignatureVerificationEx (
pwzFilePath As String,
fForceVerification As Byte
) As Byte
unsigned char StrongNameSignatureVerificationEx(
[InAttribute] String^ pwzFilePath,
[InAttribute] unsigned char fForceVerification
)
abstract StrongNameSignatureVerificationEx :
pwzFilePath : string *
fForceVerification : byte -> byte
Parameters
- pwzFilePath String
-
- fForceVerification Byte
-
Return Value
Byte
See Also