ICLRStrongNameStrongNameSignatureVerificationEx Method |
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.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
- Type: SystemString
- fForceVerification
- Type: SystemByte
Return Value
Type:
Byte
See Also