ICLRStrongNameStrongNameSignatureVerificationEx Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax byte 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
- Type: SystemString
- fForceVerification
- Type: SystemByte
Return Value
Type:
ByteSee Also