AdvancedLauncher.Tools.NativeMethods.StrongNameSignatureVerificationEx C# (CSharp) Method

StrongNameSignatureVerificationEx() private method

private StrongNameSignatureVerificationEx ( [ wszFilePath, [ fForceVerification, [ pfWasVerified ) : bool
wszFilePath [
fForceVerification [
pfWasVerified [
return bool
        public static extern bool StrongNameSignatureVerificationEx(
            [MarshalAs(UnmanagedType.LPWStr)] string wszFilePath,
            [MarshalAs(UnmanagedType.U1)] bool fForceVerification,
            [MarshalAs(UnmanagedType.U1)] out bool pfWasVerified);