VoIPNativeAPIStrongNameSignatureVerificationEx Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic static bool StrongNameSignatureVerificationEx(
string wszFilePath,
bool fForceVerification,
out bool pfWasVerified
)
Public Shared Function StrongNameSignatureVerificationEx (
wszFilePath As String,
fForceVerification As Boolean,
<OutAttribute> ByRef pfWasVerified As Boolean
) As Boolean
public:
static bool StrongNameSignatureVerificationEx(
String^ wszFilePath,
bool fForceVerification,
[OutAttribute] bool% pfWasVerified
)
static member StrongNameSignatureVerificationEx :
wszFilePath : string *
fForceVerification : bool *
pfWasVerified : bool byref -> bool
Parameters
- wszFilePath String
-
- fForceVerification Boolean
-
- pfWasVerified Boolean
-
Return Value
Boolean
See Also