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